Skip to content

Commit de5fb57

Browse files
dependabot[bot]mehalter
authored andcommitted
chore(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...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] <support@github.com>
1 parent 134bb5d commit de5fb57

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/discord_announcement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
- name: Fetch changelog
2323
id: changelog
2424
run: |

.github/workflows/plugin_ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@ jobs:
3838
runs-on: ubuntu-latest
3939
if: ${{ inputs.spellcheck && !inputs.is_production }}
4040
steps:
41-
- uses: actions/checkout@v5
41+
- uses: actions/checkout@v6
4242
- uses: crate-ci/typos@master
4343
commit_msg:
4444
name: Conventional Commit Messages
4545
runs-on: ubuntu-latest
4646
if: ${{ inputs.commit_msg && !inputs.is_production }}
4747
steps:
48-
- uses: actions/checkout@v5
48+
- uses: actions/checkout@v6
4949
- uses: webiny/action-conventional-commits@v1.3.0
5050
style:
5151
name: Stylua Formatting
5252
runs-on: ubuntu-latest
5353
if: ${{ inputs.plugin_name != '' }}
5454
steps:
55-
- uses: actions/checkout@v5
55+
- uses: actions/checkout@v6
5656
- uses: JohnnyMorganz/stylua-action@v4
5757
with:
5858
token: ${{ secrets.GITHUB_TOKEN }}
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-latest
6464
if: ${{ inputs.plugin_name != '' }}
6565
steps:
66-
- uses: actions/checkout@v5
66+
- uses: actions/checkout@v6
6767
- uses: NTBBloodbath/selene-action@v1.0.0
6868
with:
6969
token: ${{ secrets.GITHUB_TOKEN }}
@@ -76,7 +76,7 @@ jobs:
7676
- lint
7777
if: ${{ inputs.plugin_name != '' && inputs.docs }}
7878
steps:
79-
- uses: actions/checkout@v5
79+
- uses: actions/checkout@v6
8080
with:
8181
token: ${{ secrets.RELEASE_TOKEN != null && secrets.RELEASE_TOKEN || secrets.GITHUB_TOKEN }}
8282
- name: Install Lua Language Server
@@ -132,7 +132,7 @@ jobs:
132132
with:
133133
token: ${{ secrets.RELEASE_TOKEN }}
134134
release-type: simple
135-
- uses: actions/checkout@v5
135+
- uses: actions/checkout@v6
136136
- uses: rickstaa/action-create-tag@v1
137137
if: ${{ steps.release.outputs.release_created }}
138138
with:

0 commit comments

Comments
 (0)