diff --git a/.github/workflows/publish-to-github-pages.yml b/.github/workflows/publish-to-github-pages.yml index e024afc8a56..6f192791b7e 100644 --- a/.github/workflows/publish-to-github-pages.yml +++ b/.github/workflows/publish-to-github-pages.yml @@ -19,7 +19,7 @@ jobs: name: Build and validate runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/validate-pull-requests.yml b/.github/workflows/validate-pull-requests.yml index fea863b4051..b5cd5627f84 100644 --- a/.github/workflows/validate-pull-requests.yml +++ b/.github/workflows/validate-pull-requests.yml @@ -9,14 +9,14 @@ jobs: name: Validate changed plugin files runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: path: src ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 persist-credentials: false - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: path: current ref: gh-pages