diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e156337..144c44e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the source code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Run the custom linter run: ./lint.sh @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout the source code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Authenticate with GitHub Container Registry uses: docker/login-action@v3