diff --git a/.github/workflows/build-multiarch.yml b/.github/workflows/build-multiarch.yml index 55c72ab9..99cb6233 100644 --- a/.github/workflows/build-multiarch.yml +++ b/.github/workflows/build-multiarch.yml @@ -112,7 +112,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 with: # for build-files step fetch-depth: 0 diff --git a/.github/workflows/verify-pr.yml b/.github/workflows/verify-pr.yml index 6960f97a..f712b908 100644 --- a/.github/workflows/verify-pr.yml +++ b/.github/workflows/verify-pr.yml @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 with: # for build-files step fetch-depth: 0