From c569e7211c6a5c244383847eefe2538e52c2cb0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 10:04:31 +0000 Subject: [PATCH] chore(deps): update github actions | datasource | package | from | to | | ----------- | --------------------- | ---- | ------ | | github-tags | actions/checkout | v4 | v6.0.2 | | github-tags | actions/github-script | v7 | v9 | | github-tags | actions/setup-node | v4 | v6.4.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/check-links.yml | 4 ++-- .github/workflows/pr-bot-welcome.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index acae38197..bb379a7d8 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -12,14 +12,14 @@ jobs: name: BUILD and CHECK LINKS runs-on: ubuntu-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Create NPM cache-hash input file run: | mkdir -p tmp jq '{devDependencies, engines, gitHubActionCacheKey}' package.json > tmp/package-ci.json - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version-file: .nvmrc cache: npm diff --git a/.github/workflows/pr-bot-welcome.yml b/.github/workflows/pr-bot-welcome.yml index 7c6a2d615..b366605fa 100644 --- a/.github/workflows/pr-bot-welcome.yml +++ b/.github/workflows/pr-bot-welcome.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-slim steps: - name: 'Comment on PR' - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |