Skip to content

Commit

Permalink
Bump actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolf3s authored Jun 6, 2024
1 parent 0677c39 commit 6a0c8c0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt update
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
apk add cmake build-base git zip gawk python3 py3-pip bash
- name: git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Compile PS2 EE Side
run: |
Expand All @@ -69,7 +69,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set env vars
id: slug
Expand All @@ -92,7 +92,7 @@ jobs:

runs-on: ubuntu-22.04
steps:
- name: Checkout
- name: git checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
apt-get update -y && apt-get install -y gettext smpq
- name: git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Compile Nintendo Switch
run: |
Expand All @@ -137,7 +137,7 @@ jobs:
apt-get update -y && apt-get install -y ffmpeg gettext smpq
- name: git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Compile Nintendo 3DS
run: |
Expand All @@ -154,7 +154,7 @@ jobs:
apt-get update -y && apt-get install -y ffmpeg gettext smpq
- name: git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Compile Nintendo WII
run: |
Expand All @@ -171,7 +171,7 @@ jobs:
apt-get update -y && apt-get install -y ffmpeg gettext smpq
- name: git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Compile Nintendo Gamecube
run: |
Expand All @@ -188,7 +188,7 @@ jobs:
apt-get update -y && apt-get install -y ffmpeg gettext smpq
- name: git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Compile WII-U
run: |
Expand All @@ -205,7 +205,7 @@ jobs:
apt-get update -y && apt-get install -y ffmpeg gettext smpq
- name: git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Compile NDS ARM9
run: |
Expand All @@ -222,7 +222,7 @@ jobs:
apt-get update -y && apt-get install -y ffmpeg gettext smpq
- name: git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Compile AMIGA OS3
run: |
Expand All @@ -241,7 +241,7 @@ jobs:
apt-get update -y && apt-get install -y ffmpeg gettext smpq
- name: git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Compile AMIGA OS
run: |
Expand Down

0 comments on commit 6a0c8c0

Please sign in to comment.