diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64a7d31..b1d1f70 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@v5 with: submodules: true - name: Setup Bats and bats libs