Skip to content

Commit 69c91e7

Browse files
author
IK Renovate Bot
committed
chore(deps): update dependency actions/checkout to v4 (.github/workflows/release-draft.yml)
1 parent 38cb253 commit 69c91e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/governance.links-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
# checkout to latest commit
30-
- uses: actions/checkout@v3.6.0
30+
- uses: actions/checkout@v4.2.2
3131
# run markdown linter
3232

3333
# todo https://github.com/peter-evans/link-checker

.github/workflows/release-draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232

33-
- uses: actions/checkout@v3.6.0
33+
- uses: actions/checkout@v4.2.2
3434
with:
3535
fetch-depth: '0'
3636

0 commit comments

Comments
 (0)