Skip to content

Commit 3e326c5

Browse files
authored
Ci update versions (#739)
2 parents b18e740 + 6540d5d commit 3e326c5

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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"

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build & Test
22
on:
33
schedule:
4-
- cron: '0 0 * * *'
4+
- cron: '12 3 * * *'
55
push:
66

77
jobs:
@@ -12,7 +12,7 @@ jobs:
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

@@ -23,7 +23,7 @@ jobs:
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

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55

66
jobs:
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

0 commit comments

Comments
 (0)