Skip to content

Commit 7874877

Browse files
authored
Merge pull request #1 from python-project-templates/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 6a518eb + 492baa8 commit 7874877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
node-version: [16.x]
3535

3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838

3939
- name: Set up Rust
4040
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)