File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 NIMVER : " 1.6.10"
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v2
19+ uses : actions/checkout@v3
2020
2121 - name : Cache nim, nimble, sqlite3
22- uses : actions/cache@v2
22+ uses : actions/cache@v3
2323 id : cache
2424 with :
2525 key : build-${{ runner.os }}-nim-${{ env.NIMVER }}
@@ -99,11 +99,11 @@ jobs:
9999 NIMVER : " 1.6.10"
100100 steps :
101101 - name : Checkout
102- uses : actions/checkout@v2
102+ uses : actions/checkout@v3
103103
104104 - name : Cache nim, nimble, sqlite3
105105 # nim is installed to .nimble/bin/nim by choosenim
106- uses : actions/cache@v2
106+ uses : actions/cache@v3
107107 id : cache
108108 with :
109109 key : build-${{ runner.os }}-nim-${{ env.NIMVER }}
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 NIMVER : " 1.6.10"
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v2
15+ uses : actions/checkout@v3
1616
1717 - name : Cache nim, nimble, sqlite3
18- uses : actions/cache@v2
18+ uses : actions/cache@v3
1919 id : cache
2020 with :
2121 key : build-${{ runner.os }}-nim-${{ env.NIMVER }}
@@ -69,11 +69,11 @@ jobs:
6969 NIMVER : " 1.6.10"
7070 steps :
7171 - name : Checkout
72- uses : actions/checkout@v2
72+ uses : actions/checkout@v3
7373
7474 - name : Cache nimble, sqlite3
7575 # nim is installed to .nimble/bin/nim by choosenim
76- uses : actions/cache@v2
76+ uses : actions/cache@v3
7777 id : cache
7878 with :
7979 key : build-${{ runner.os }}-nim-${{ env.NIMVER }}
You can’t perform that action at this time.
0 commit comments