Skip to content

Commit

Permalink
Merge pull request #3 from randovania/deps
Browse files Browse the repository at this point in the history
Ci: bump actions/checkout to v4
  • Loading branch information
henriquegemignani authored Oct 9, 2024
2 parents 3e6d66e + 1878265 commit 128fb3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on: push

jobs:
build:
container: henriquegemignani/docker-devkitpro-nintendont
container: ghcr.io/randovania/docker-devkitpro-nintendont:main
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: make
run: make
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:

jobs:
build:
container: henriquegemignani/docker-devkitpro-nintendont
container: ghcr.io/randovania/docker-devkitpro-nintendont:main
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: make
run: make

Expand Down

0 comments on commit 128fb3e

Please sign in to comment.