Skip to content

Commit

Permalink
ci: update to actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi committed Nov 8, 2022
1 parent 00510f2 commit 4599168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: "Test: Simple"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: suisei-cn/actions-download-file@master
id: downloadfile
name: Download a file
Expand All @@ -30,7 +30,7 @@ jobs:
name: "Test: With the filename"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: suisei-cn/actions-download-file@master
id: downloadfile
name: Download a file
Expand Down

0 comments on commit 4599168

Please sign in to comment.