Skip to content

Commit b4e596a

Browse files
DennisOSRMCopilot
andcommitted
chore(ci): update checkout to v6 and add dependabot
Update actions/checkout to the latest version (v6) for improved performance and security. Add Dependabot configuration to automatically check for and create PRs for GitHub Actions dependency updates weekly. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 6e60bf5 commit b4e596a

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
commit-message:
8+
prefix: "chore(deps)"
9+
include: "scope"

.github/workflows/sanity-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
sanity-checks:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414

1515
- name: Check JSON validity
1616
run: |

0 commit comments

Comments
 (0)