Skip to content

Commit 9ff1466

Browse files
authored
Merge pull request #306 from artichoke/dependabot/github_actions/gha-deps-c0327d7779
chore(deps): Bump the gha-deps group with 4 updates
2 parents 5235aa9 + d549ccc commit 9ff1466

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/[email protected]
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@8d73959fce1cdc8989f23fdf03bec6ae6a6576ef # v2.0.7
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
@@ -191,7 +191,7 @@ jobs:
191191
uses: actions/[email protected]
192192

193193
- name: Install Ruby toolchain
194-
uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0
194+
uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0
195195
with:
196196
ruby-version: ".ruby-version"
197197
bundler-cache: true
@@ -207,7 +207,7 @@ jobs:
207207
uses: actions/[email protected]
208208

209209
- name: Setup Node.js runtime
210-
uses: actions/setup-node@v4.2.0
210+
uses: actions/setup-node@v4.3.0
211211
with:
212212
node-version: "lts/*"
213213

.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/[email protected]
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)