Skip to content

Commit 818cc3b

Browse files
authored
Merge pull request #406 from endlessm/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 8381962 + c4476b5 commit 818cc3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Linting and Formatting
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- uses: actions/setup-python@v5
2121
with:
2222
python-version: '3.11'
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Checkout
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242
- name: Setup Godot
4343
uses: chickensoft-games/setup-godot@v2.2.0
4444
with:

.github/workflows/godot-asset-library.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Push new release
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
- name: Push to Godot Asset Library
1616
uses: deep-entertainment/godot-asset-lib-action@v0.6.0
1717
with:

0 commit comments

Comments
 (0)