diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64a7d31..77427c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: true - name: Setup Bats and bats libs