Skip to content

Commit 0306741

Browse files
chore(ci.deps): bump the actions-dependencies group with 2 updates (#1565)
Bumps the actions-dependencies group with 2 updates: [JohnnyMorganz/stylua-action](https://github.com/johnnymorganz/stylua-action) and [actions/github-script](https://github.com/actions/github-script). Updates `JohnnyMorganz/stylua-action` from 4 to 5 - [Release notes](https://github.com/johnnymorganz/stylua-action/releases) - [Commits](JohnnyMorganz/stylua-action@v4...v5) Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: JohnnyMorganz/stylua-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-dependencies - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f1f0523 commit 0306741

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/style_check.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
- uses: actions/checkout@v6
9-
- uses: JohnnyMorganz/stylua-action@v4
9+
- uses: JohnnyMorganz/stylua-action@v5
1010
with:
1111
token: ${{ secrets.GITHUB_TOKEN }}
1212
version: latest

.github/workflows/update_flake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Commit via REST Contents API (server-signed ??Verified)
6363
if: steps.diff.outputs.changed == 'true'
64-
uses: actions/github-script@v8
64+
uses: actions/github-script@v9
6565
env:
6666
CHANGED_FILES: ${{ steps.diff.outputs.changed_files }}
6767
with:

.github/workflows/update_lockfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Commit via REST Contents API (server-signed ??Verified)
8080
if: ${{ steps.diff.outputs.changed == 'true' && steps.new-commits.outputs.new_commit_count > 0 }}
81-
uses: actions/github-script@v8
81+
uses: actions/github-script@v9
8282
env:
8383
CHANGED_FILES: ${{ steps.diff.outputs.changed_files }}
8484
with:

0 commit comments

Comments
 (0)