From 68297ead30a560093d3a238f67ce1dc44c4b1d4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 07:55:04 -0700 Subject: [PATCH] Update tj-actions/changed-files action to v45 (#370) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/push_monitoring_image.yaml | 2 +- .github/workflows/push_pgadmin_image.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push_monitoring_image.yaml b/.github/workflows/push_monitoring_image.yaml index 675e1e6e..82536744 100644 --- a/.github/workflows/push_monitoring_image.yaml +++ b/.github/workflows/push_monitoring_image.yaml @@ -28,7 +28,7 @@ jobs: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} - id: file_changes - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 with: json: 'true' - name: Set up Docker Buildx diff --git a/.github/workflows/push_pgadmin_image.yaml b/.github/workflows/push_pgadmin_image.yaml index 4dcc518d..bd5c1ae1 100644 --- a/.github/workflows/push_pgadmin_image.yaml +++ b/.github/workflows/push_pgadmin_image.yaml @@ -28,7 +28,7 @@ jobs: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} - id: file_changes - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 with: json: 'true' - name: Set up Docker Buildx