Skip to content

Commit f9071de

Browse files
chore(deps): update actions/checkout action to v6
1 parent bf8365d commit f9071de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: crates.io
1717
url: https://crates.io/crates/rustpython-unparser
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
- name: Publish
2121
run: cargo publish
2222
env:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- name: Build
1818
run: cargo build --verbose
1919
- name: Run tests

0 commit comments

Comments
 (0)