Skip to content

Commit d5b6fae

Browse files
Bump actions/checkout from 3 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a35f91d commit d5b6fae

19 files changed

+19
-19
lines changed

.github/workflows/Android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-22.04
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v5
2222

2323
- name: Compile RA
2424
run: |

.github/workflows/DOS-DJGPP.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
options: --user root
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v5
2424

2525
- name: Compile RA
2626
run: |

.github/workflows/MSVC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
platform: x64
3232
# Qt and Cg builds are excluded for now
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535

3636
- name: Add msbuild to PATH
3737
uses: microsoft/setup-msbuild@v1

.github/workflows/MSYS2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: windows-latest
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Set up MSYS2
2424
uses: msys2/setup-msys2@v2

.github/workflows/MacOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: macos-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v5
1919

2020
- name: Compile RA
2121
run: |

.github/workflows/Miyoo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
options: --user root
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v5
2424

2525
- name: Compile RA
2626
run: |

.github/workflows/PS2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
options: --user root
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v5
2424

2525
- name: Compile Salamander
2626
run: |

.github/workflows/PS3-PSL1GHT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
options: --user root
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v5
2424

2525
- name: Compile Salamander
2626
run: |

.github/workflows/PS4-ORBIS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
options: --user root
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v5
2424

2525
- name: Install dependencies
2626
run: |

.github/workflows/PSP.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
options: --user root
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v5
2424

2525
- name: Compile bootstrap
2626
run: |

0 commit comments

Comments
 (0)