Skip to content

Commit 4d1e521

Browse files
committed
update actions/checkout workflow to fix Node version warning
1 parent 846947a commit 4d1e521

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-smapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
attestations: write
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
2323

0 commit comments

Comments
 (0)