Skip to content

Commit 9a3e62d

Browse files
authored
Merge pull request #207 from EasyRPG/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 7ab9fe5 + 193d34b commit 9a3e62d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/stable-compilation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
pip3 install --upgrade meson
4747
4848
- name: Clone Repository
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v5
5050
if: github.event.inputs.git-ref == ''
5151
- name: Clone Repository (with custom ref)
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353
if: github.event.inputs.git-ref != ''
5454
with:
5555
ref: ${{ github.event.inputs.git-ref }}

.github/workflows/update_libraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Update & Open Pull Request
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515

1616
- uses: actions/setup-python@v5
1717
with:

0 commit comments

Comments
 (0)