Skip to content

Commit a620f08

Browse files
authored
update versions add dependabot (#6)
Signed-off-by: Simon Davies <[email protected]>
1 parent e98709f commit a620f08

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/dependabot.yml

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

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ runs:
2424
toolchain: ${{ inputs.rust-toolchain }}
2525
components: clippy, rustfmt
2626

27-
- uses: extractions/setup-just@v1
27+
- uses: extractions/setup-just@v2
2828
with:
29-
just-version: "1.25.2"
29+
just-version: "1.27"
3030

3131
### Linux setup ###
3232

0 commit comments

Comments
 (0)