Skip to content

Commit c63a8cf

Browse files
authored
Merge pull request #2745 from kubernetes-sigs/dependabot/github_actions/main/all-github-actions-3843ba1d61
🌱(deps): Bump the all-github-actions group with 3 updates
2 parents e8000ca + 7577c37 commit c63a8cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr-gh-workflow-approve.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: contains(github.event.pull_request.labels.*.name, 'ok-to-test')
2222
steps:
2323
- name: Update PR
24-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
24+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
2525
continue-on-error: true
2626
with:
2727
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pr-link-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Clone repository
19-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020
with:
2121
fetch-depth: 0
2222
ref: ${{github.event.pull_request.head.ref}}
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Check links in changed files
4848
if: env.foundFiles == 'true'
49-
uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2.4.1
49+
uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 # v2.6.1
5050
with:
5151
failIfEmpty: false
5252
args: |

0 commit comments

Comments
 (0)