Skip to content

Commit 9f5eac1

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

19 files changed

Lines changed: 19 additions & 19 deletions

.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@v6
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@v6
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@v6
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@v6
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@v6
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@v6
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@v6
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@v6
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@v6
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@v6
2424

2525
- name: Compile bootstrap
2626
run: |

0 commit comments

Comments
 (0)