diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index eab1ea7..01a2c0f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -5,7 +5,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.7 with: # required by release-tag.sh to correctly identify files changed in the last commit fetch-depth: 2