Skip to content

Commit 9c18b74

Browse files
authored
Merge pull request #60 from cooljeanius/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 907e426 + b71b980 commit 9c18b74

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616
- name: Lint WML
1717
uses: czyzby/wesnoth-wml-linter@v1
1818
with:

.github/workflows/luacheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout
9-
uses: actions/checkout@v6
9+
uses: actions/checkout@v7
1010
- name: Luacheck linter
1111
uses: nebularg/actions-luacheck@v1
1212
with:

0 commit comments

Comments
 (0)