diff --git a/.github/actions/build-and-push-image/action.yml b/.github/actions/build-and-push-image/action.yml index a0e34cb9..a0819771 100644 --- a/.github/actions/build-and-push-image/action.yml +++ b/.github/actions/build-and-push-image/action.yml @@ -21,7 +21,7 @@ runs: using: composite steps: - name: Checkout Repository 🛎️ - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: 'true' diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 5c423524..f1cf1b43 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -17,7 +17,7 @@ jobs: url: 'https://ghcr.io/jeffmur/fhel:builder' steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: 'true' @@ -32,7 +32,7 @@ jobs: needs: deploy steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: 'true' diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index 91b98832..60cafe91 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -17,7 +17,7 @@ jobs: runs-on: ${{ matrix.runner }} steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: 'true' - uses: dart-lang/setup-dart@v1 @@ -30,7 +30,7 @@ jobs: IMAGE_TAG: ${{ steps.tag.outputs.TAG || 'builder' }} steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: 'true' @@ -62,7 +62,7 @@ jobs: image: ghcr.io/jeffmur/fhel:${{ needs.build.outputs.IMAGE_TAG }} steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: 'true' @@ -76,7 +76,7 @@ jobs: image: ghcr.io/jeffmur/fhel:${{ needs.build.outputs.IMAGE_TAG }} steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: 'true' @@ -90,7 +90,7 @@ jobs: image: ghcr.io/jeffmur/fhel:${{ needs.build.outputs.IMAGE_TAG }} steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: 'true' @@ -104,7 +104,7 @@ jobs: image: ghcr.io/jeffmur/fhel:${{ needs.build.outputs.IMAGE_TAG }} steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: 'true' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 66bceae2..439cc863 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: name: Version runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # Extract the binary.version - run: echo "BINARY_VER=$(cat binary.version)" >> $GITHUB_ENV # Extract the version from CMakeLists.txt @@ -55,7 +55,7 @@ jobs: runs-on: ${{ matrix.dist.runner }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: "true" @@ -123,7 +123,7 @@ jobs: name: pub.dev url: https://pub.dev/packages/fhel steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: "true" - uses: dart-lang/setup-dart@v1