Skip to content

Commit 85bf05b

Browse files
author
IK Renovate Bot
committed
chore(deps): update dependency actions/checkout to v4 (.github/workflows/release-draft.yml)
1 parent 27d2709 commit 85bf05b

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.5.2
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.5.2
33+
- uses: actions/checkout@v4.2.2
3434
with:
3535
fetch-depth: '0'
3636

0 commit comments

Comments
 (0)