We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80401f commit 5ca5111Copy full SHA for 5ca5111
.github/workflows/update-usaco.yml
@@ -7,15 +7,15 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Checkout usaco-guide
10
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
11
with:
12
fetch-depth: 0
13
- name: Use Node.js 20.x
14
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
15
16
node-version: 20.x
17
- name: Checkout usaco-problems
18
19
20
repository: ${{ github.repository_owner }}/usaco-problems
21
path: usaco-problems
0 commit comments