Skip to content

Commit

Permalink
feat(github-action)!: Update actions/checkout action to 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
renovate[bot] authored and unusualpseudo committed Aug 3, 2024
1 parent 916c0a9 commit 606a3bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/broken-links-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"

- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Restore lychee cache
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"

- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Validate Renovate JSON
run: jq type .github/renovate.json
Expand Down

0 comments on commit 606a3bf

Please sign in to comment.