diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9cd12c16..e73231ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: semanticVersion: ${{ steps.dynamic_prop.outputs.semanticVersion }} steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v4.1.7 with: token: ${{ secrets.BEEIO_CI_TOKEN }} @@ -66,7 +66,7 @@ jobs: needs: context if: needs.context.outputs.shouldBuild == 'true' steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v4.1.7 - name: Import GPG key id: import_gpg @@ -105,7 +105,7 @@ jobs: needs: context if: needs.context.outputs.shouldBuild == 'true' steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v4.1.7 with: fetch-depth: 0 @@ -158,7 +158,7 @@ jobs: needs: [ build, context ] if: needs.context.outputs.isRelease == 'true' steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v4.1.7 - name: Import GPG key id: import_gpg