diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 144c44e..35f8abb 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@v5 + uses: actions/checkout@v6 - name: Run the custom linter run: ./lint.sh @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout the source code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Authenticate with GitHub Container Registry uses: docker/login-action@v3