Skip to content

Commit a26bd13

Browse files
authored
Merge pull request #211 from EasyRPG/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 4678800 + 8449ff8 commit a26bd13

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@v5
49+
uses: actions/checkout@v6
5050
if: github.event.inputs.git-ref == ''
5151
- name: Clone Repository (with custom ref)
52-
uses: actions/checkout@v5
52+
uses: actions/checkout@v6
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@v5
14+
- uses: actions/checkout@v6
1515

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

0 commit comments

Comments
 (0)