File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Set update schedule for GitHub Actions
2+
3+ version : 2
4+ updates :
5+
6+ - package-ecosystem : " github-actions"
7+ directory : " /"
8+ schedule :
9+ # Check for updates to GitHub Actions every week
10+ interval : " weekly"
Original file line number Diff line number Diff line change 11name : Build & Test
22on :
33 schedule :
4- - cron : ' 0 0 * * *'
4+ - cron : ' 12 3 * * *'
55 push :
66
77jobs :
1212
1313 steps :
1414 - name : Cancel outdated jobs
15- uses : fkirc/skip-duplicate-actions@v5
15+ uses : fkirc/skip-duplicate-actions@v5.3.1
1616 with :
1717 cancel_others : ' true'
1818
2323 # detached: true
2424
2525 - name : Check out repository
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v6.0.2
2727
2828 - name : Configure git to trust repository
2929 run : git config --global --add safe.directory /__w/bitbots_main/bitbots_main
Original file line number Diff line number Diff line change 55
66jobs :
77 pre-commit :
8- runs-on : ubuntu-latest
8+ runs-on : ubuntu-slim
99 steps :
1010 - name : Check out repository
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v6
1212
1313 - name : Set up workspace
1414 uses : prefix-dev/setup-pixi@v0.9.3
You can’t perform that action at this time.
0 commit comments