Skip to content

Commit

Permalink
Update to actions/checkout@v3 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude committed Oct 25, 2022
1 parent 836c84e commit 4512be8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/demo.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup key
uses: ./
with:
Expand All @@ -28,7 +28,7 @@ jobs:
container:
image: ubuntu:latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: apt update && apt install -y openssh-client git
- name: Setup key
uses: ./
Expand Down

0 comments on commit 4512be8

Please sign in to comment.