Skip to content

Commit a14076d

Browse files
committed
Use actions/checkout@v3
This avoids a deprecation warning from GitHub relating to Node 12.
1 parent 4606c47 commit a14076d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/c.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: brew install bison expect icarus-verilog lcov
2323
- if: env.SDL != 0
2424
run: brew install sdl2 sdl2_image
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v3
2626
with:
2727
submodules: true
2828
- run: |
@@ -53,7 +53,7 @@ jobs:
5353
- if: env.SDL != 0
5454
run: |
5555
brew install sdl2 sdl2_image
56-
- uses: actions/checkout@v2
56+
- uses: actions/checkout@v3
5757
with:
5858
submodules: true
5959
- if: env.JIT != 0

0 commit comments

Comments
 (0)