Skip to content

Commit

Permalink
Upgrade checkout and ubuntu actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpl0itU authored Oct 21, 2022
1 parent 191e2d7 commit ed6c9ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:

jobs:
build-binary:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build artifacts
Expand All @@ -30,4 +30,4 @@ jobs:
with:
name: SaveMii-HBL
path: savemii.rpx
if-no-files-found: warn
if-no-files-found: warn

0 comments on commit ed6c9ac

Please sign in to comment.