Skip to content

Commit

Permalink
chore(deps): update dependency actions/checkout to v4 (.github/workfl…
Browse files Browse the repository at this point in the history
…ows/release-draft.yml)
  • Loading branch information
IK Renovate Bot committed Mar 23, 2024
1 parent 69f7b14 commit 5bd1539
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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@v3
- uses: actions/checkout@v4.1.1

- name: login to registry
run: |
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1

- uses: brpaz/hadolint-action@v1.5.0
env:
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.0.2
- uses: actions/checkout@v4.1.1
# 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.0.2
- uses: actions/checkout@v4.1.1
with:
fetch-depth: '0'

Expand Down

0 comments on commit 5bd1539

Please sign in to comment.