Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/Android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5

- name: Compile RA
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/DOS-DJGPP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
options: --user root

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5

- name: Compile RA
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MSVC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
platform: x64
# Qt and Cg builds are excluded for now
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MSYS2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Set up MSYS2
uses: msys2/setup-msys2@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5

- name: Compile RA
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Miyoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
options: --user root

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5

- name: Compile RA
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PS2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
options: --user root

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5

- name: Compile Salamander
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PS3-PSL1GHT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
options: --user root

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5

- name: Compile Salamander
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PS4-ORBIS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
options: --user root

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PSP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
options: --user root

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5

- name: Compile bootstrap
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PSVita.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
options: --user root

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5

- name: Compile Salamander
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/RS90.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
options: --user root

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5

- name: Compile RA
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/RetroFW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
options: --user root

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5

- name: Compile RA
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/SourceRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Switch-libnx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
options: --user root

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5

- name: Compile RA
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
python-version: '3.10'
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v5
- name: Crowdin Sync
shell: bash
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
python-version: '3.10'
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v5
- name: Crowdin Sync
shell: bash
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/retroarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo apt-get update -y
sudo apt-get install build-essential libxkbcommon-dev libx11-xcb-dev zlib1g-dev libfreetype6-dev libegl1-mesa-dev libgles2-mesa-dev libgbm-dev nvidia-cg-toolkit nvidia-cg-dev libavcodec-dev libsdl2-dev libsdl-image1.2-dev libxml2-dev yasm
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v5
- name: Configure
run: ./configure
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Check Out Repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Download ares-cli-rs
uses: robinraju/release-downloader@v1.11
Expand Down
Loading