diff --git a/.github/workflows/shared-mega-linter.yaml b/.github/workflows/shared-mega-linter.yaml index 4add480..bf44ed0 100644 --- a/.github/workflows/shared-mega-linter.yaml +++ b/.github/workflows/shared-mega-linter.yaml @@ -25,7 +25,7 @@ jobs: cancel-in-progress: true steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.PAT || github.token }} - name: MegaLinter diff --git a/.github/workflows/shared-repo.yaml b/.github/workflows/shared-repo.yaml index f06c78c..2e88b0d 100644 --- a/.github/workflows/shared-repo.yaml +++ b/.github/workflows/shared-repo.yaml @@ -25,7 +25,7 @@ jobs: cancel-in-progress: true steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.PAT || github.token }} - name: Copier Update