Skip to content

Commit b39e737

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1de1141 commit b39e737

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: ${{ ! contains(github.event.head_commit.message, 'autopublish') }}
1515
steps:
1616
- name: Checkout this repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
with:
1919
persist-credentials: false
2020
fetch-depth: 0
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Checkout docs website repository
2727
if: github.event_name == 'push' && github.repository_owner == 'finale-lua'
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v6
2929
with:
3030
persist-credentials: false
3131
fetch-depth: 0

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
- name: Luacheck linter
1616
uses: lunarmodules/luacheck@v1

0 commit comments

Comments
 (0)