Skip to content

Commit 5ca5111

Browse files
authored
Update update-usaco.yml
1 parent b80401f commit 5ca5111

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-usaco.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout usaco-guide
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v4
1111
with:
1212
fetch-depth: 0
1313
- name: Use Node.js 20.x
14-
uses: actions/setup-node@v1
14+
uses: actions/setup-node@v4
1515
with:
1616
node-version: 20.x
1717
- name: Checkout usaco-problems
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919
with:
2020
repository: ${{ github.repository_owner }}/usaco-problems
2121
path: usaco-problems

0 commit comments

Comments
 (0)