diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eade234..b1cfbfc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/tickets/') steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Define the Docker tag id: vars