Skip to content

Commit a688a9d

Browse files
Update actions/checkout action to v4
1 parent a4628a3 commit a688a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Check out latest code
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
- name: Set up node
1313
uses: actions/setup-node@v3
1414
with:

0 commit comments

Comments
 (0)