Skip to content

Commit 2bbf1be

Browse files
authored
Merge pull request #226 from EasyRPG/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents e32f89b + 58aad1f commit 2bbf1be

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/stable-compilation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
pip3 install --upgrade meson
4949
5050
- name: Clone Repository
51-
uses: actions/checkout@v6
51+
uses: actions/checkout@v7
5252
if: github.event.inputs.git-ref == ''
5353
- name: Clone Repository (with custom ref)
54-
uses: actions/checkout@v6
54+
uses: actions/checkout@v7
5555
if: github.event.inputs.git-ref != ''
5656
with:
5757
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@v6
14+
- uses: actions/checkout@v7
1515

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

0 commit comments

Comments
 (0)