Skip to content

Commit 4512be8

Browse files
authored
Update to actions/checkout@v3 (#143)
1 parent 836c84e commit 4512be8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/demo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
os: [ ubuntu-latest, macOS-latest, windows-latest ]
99
runs-on: ${{ matrix.os }}
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- name: Setup key
1313
uses: ./
1414
with:
@@ -28,7 +28,7 @@ jobs:
2828
container:
2929
image: ubuntu:latest
3030
steps:
31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v3
3232
- run: apt update && apt install -y openssh-client git
3333
- name: Setup key
3434
uses: ./

0 commit comments

Comments
 (0)