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
max-m committed Dec 30, 2022
1 parent 0989ee2 commit 37785f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/libretro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
name: Checkout
with:
repository: LIJI32/SameBoy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
cc: gcc
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install deps
shell: bash
run: |
Expand Down

0 comments on commit 37785f7

Please sign in to comment.