diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index afef573..81429f0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build and test run: scripts/build-war.sh @@ -38,7 +38,7 @@ jobs: || startsWith(github.head_ref, 'tickets/') steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Define the Docker tag id: vars