diff --git a/.github/workflows/build-base-ruby-image.yml b/.github/workflows/build-base-ruby-image.yml index 3aa8066fcd..63608d1093 100644 --- a/.github/workflows/build-base-ruby-image.yml +++ b/.github/workflows/build-base-ruby-image.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: "2" # Get current and preceding commit only - name: Detect relevant changed files in this job id: containerfile-changed - uses: tj-actions/changed-files@v37 + uses: tj-actions/changed-files@v47 with: files: Containerfile.base - name: Do not push to GHCR if this commit does not target the main branch