Skip to content

Commit

Permalink
ci(github-action)!: Update actions/checkout action ( v3 → v4 )
Browse files Browse the repository at this point in the history
| datasource  | package          | from | to |
| ----------- | ---------------- | ---- | -- |
| github-tags | actions/checkout | v3   | v4 |
  • Loading branch information
dependa-jr[bot] authored Jun 28, 2024
1 parent 89e1db1 commit 4c9daf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/charts-release-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: write
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: yesolutions/[email protected]
Expand Down

0 comments on commit 4c9daf5

Please sign in to comment.