Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 617ece5

Browse files
chore(deps): Bump the gha-deps group with 4 updates
Bumps the gha-deps group with 4 updates: [ruby/setup-ruby](https://github.com/ruby/setup-ruby), [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action), [actions/setup-node](https://github.com/actions/setup-node) and [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler). Updates `ruby/setup-ruby` from 1.221.0 to 1.229.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@32110d4...354a1ad) Updates `EmbarkStudios/cargo-deny-action` from 2.0.6 to 2.0.11 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](EmbarkStudios/cargo-deny-action@0484eed...34899fc) Updates `actions/setup-node` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4.2.0...v4.3.0) Updates `crazy-max/ghaction-github-labeler` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases) - [Commits](crazy-max/ghaction-github-labeler@31674a3...24d110a) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.229.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-deps - dependency-name: EmbarkStudios/cargo-deny-action dependency-version: 2.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha-deps - dependency-name: actions/setup-node dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-deps - dependency-name: crazy-max/ghaction-github-labeler dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8db8d25 commit 617ece5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/audit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4.2.2
2020

2121
- name: Install Ruby toolchain
22-
uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0
22+
uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0
2323
with:
2424
ruby-version: ".ruby-version"
2525
bundler-cache: true
@@ -52,7 +52,7 @@ jobs:
5252
cargo generate-lockfile --verbose
5353
fi
5454
55-
- uses: EmbarkStudios/cargo-deny-action@0484eedcba649433ebd03d9b7c9c002746bbc4b9 # v2.0.6
55+
- uses: EmbarkStudios/cargo-deny-action@34899fc7ba81ca6268d5947a7a16b4649013fea1 # v2.0.11
5656
with:
5757
arguments: --locked --all-features
5858
command: check ${{ matrix.checks }}

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
uses: actions/checkout@v4.2.2
105105

106106
- name: Install Ruby toolchain
107-
uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0
107+
uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0
108108
with:
109109
ruby-version: ".ruby-version"
110110
bundler-cache: true
@@ -120,7 +120,7 @@ jobs:
120120
uses: actions/checkout@v4.2.2
121121

122122
- name: Setup Node.js runtime
123-
uses: actions/setup-node@v4.2.0
123+
uses: actions/setup-node@v4.3.0
124124
with:
125125
node-version: "lts/*"
126126

.github/workflows/repo-labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4.2.2
2424

2525
- name: Sync GitHub Issue Labels
26-
uses: crazy-max/ghaction-github-labeler@31674a3852a9074f2086abcf1c53839d466a47e7 # v5.2.0
26+
uses: crazy-max/ghaction-github-labeler@24d110aa46a59976b8a7f35518cb7f14f434c916 # v5.3.0
2727
with:
2828
github-token: ${{ secrets.GITHUB_TOKEN }}
2929
yaml-file: .github/labels.yaml

0 commit comments

Comments
 (0)