diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index fa75a2f83..f2fa9be0b 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -27,7 +27,7 @@ jobs: pages: write # deploy to GitHub Pages pull-requests: write # comment on released pull requests steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: persist-credentials: false # automatic GITHUB_TOKEN would interfere with custom one in semantic-release step diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 1c6f97a20..268877027 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -8,5 +8,5 @@ jobs: commitlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6 diff --git a/.github/workflows/daily-help-update.yml b/.github/workflows/daily-help-update.yml index 9d2726c63..3836005ab 100644 --- a/.github/workflows/daily-help-update.yml +++ b/.github/workflows/daily-help-update.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 with: cache: 'npm' diff --git a/.github/workflows/daily-tx-pull.yml b/.github/workflows/daily-tx-pull.yml index a48061eea..89b3f70a3 100644 --- a/.github/workflows/daily-tx-pull.yml +++ b/.github/workflows/daily-tx-pull.yml @@ -25,7 +25,7 @@ jobs: TX_TOKEN: ${{ secrets.TX_TOKEN }} steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 with: cache: 'npm'