Skip to content

Commit

Permalink
chore(deps): update dependency actions/checkout to v4.1.3 (.github/wo…
Browse files Browse the repository at this point in the history
…rkflows/release-draft.yml)
  • Loading branch information
IK Renovate Bot committed Apr 23, 2024
1 parent 27d2709 commit 0cfe5bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.3

- name: prepare
id: prep
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/governance.links-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# checkout to latest commit
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.3
# run markdown linter

# todo https://github.com/peter-evans/link-checker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.3
with:
fetch-depth: '0'

Expand Down

0 comments on commit 0cfe5bb

Please sign in to comment.