Skip to content

Commit 79d86ab

Browse files
author
IK Renovate Bot
committed
chore(deps): update actions (.github/workflows/release-draft.yml)
1 parent 5968484 commit 79d86ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
2626
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v4.2.2
2929

3030
- name: prepare
3131
id: prep

.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@v3.6.0
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@v3.6.0
3434
with:
3535
fetch-depth: '0'
3636

0 commit comments

Comments
 (0)