Skip to content

Commit

Permalink
chore(deps): update dependency actions/checkout to v3.6.0 (.github/wo…
Browse files Browse the repository at this point in the history
…rkflows/release-draft.yml)
  • Loading branch information
IK Renovate Bot committed Mar 25, 2024
1 parent e6156a8 commit cf28425
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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@v3.6.0

- 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@v3.6.0

- uses: brpaz/hadolint-action@v1.5.0
env:
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@v3.6.0
with:
fetch-depth: '0'

Expand Down

0 comments on commit cf28425

Please sign in to comment.