Skip to content

Commit 316bc45

Browse files
authored
Update to actions/checkout@v4, enable dependabot (#6)
1 parent 0e55c2e commit 316bc45

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

.github/dependabot.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
version: 2
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"

.github/workflows/build-variants.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Build Variants
23

34
on:
@@ -10,7 +11,7 @@ jobs:
1011
build-ros-dev-tools:
1112
runs-on: ubuntu-latest
1213
steps:
13-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1415
- name: Setup Earthly
1516
run: |
1617
sudo wget 'https://github.com/earthly/earthly/releases/latest/download/earthly-linux-amd64' -O /usr/local/bin/earthly
@@ -22,7 +23,7 @@ jobs:
2223
build-ros-build-essential:
2324
runs-on: ubuntu-latest
2425
steps:
25-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2627
- name: Setup Earthly
2728
run: |
2829
sudo wget 'https://github.com/earthly/earthly/releases/latest/download/earthly-linux-amd64' -O /usr/local/bin/earthly
@@ -35,7 +36,7 @@ jobs:
3536
runs-on: ubuntu-latest
3637
needs: [build-ros-build-essential, build-ros-dev-tools]
3738
steps:
38-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@v4
3940
- name: Setup Earthly
4041
run: |
4142
sudo wget 'https://github.com/earthly/earthly/releases/latest/download/earthly-linux-amd64' -O /usr/local/bin/earthly
@@ -46,7 +47,7 @@ jobs:
4647
runs-on: ubuntu-latest
4748
needs: [build-ros-build-essential, build-ros-dev-tools]
4849
steps:
49-
- uses: actions/checkout@v3
50+
- uses: actions/checkout@v4
5051
- name: Setup Earthly
5152
run: |
5253
sudo wget 'https://github.com/earthly/earthly/releases/latest/download/earthly-linux-amd64' -O /usr/local/bin/earthly

0 commit comments

Comments
 (0)