Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Check for PNGs
run: python ./.github/scripts/check-for-pngs.py
Expand All @@ -27,7 +27,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
image: xtvaser/cypress-with-hugo:node14.17.0-chrome91-ff89
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

# TODO - temporarily bypassed

Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
image: xtvaser/cypress-with-hugo:node14.17.0-chrome91-ff89
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

# TODO - temporarily bypassed

Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
options: --user 1001
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

# TODO - temporarily bypassed

Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
options: --user 1001
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

# TODO - temporarily bypassed

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Update Compatibility Data
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Download Latest
run: wget -O data.json https://forums.pcsx2.net/data/data.json
Expand Down