Skip to content

Commit 2b7cad4

Browse files
authored
chore: update workflow deps
1 parent ff8b0eb commit 2b7cad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515
name: Check For Changes
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 2
2020
- name: Setup Node.js environment
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: 18
2424
cache: 'npm'

0 commit comments

Comments
 (0)