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

Commit abc89e7

Browse files
authored
Merge pull request #194 from artichoke/dependabot/github_actions/gha-deps-20a0dfe79c
chore(deps): Bump the gha-deps group with 3 updates
2 parents 2ddaa52 + 4427f73 commit abc89e7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
22+
uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.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@34899fc7ba81ca6268d5947a7a16b4649013fea1 # v2.0.11
55+
- uses: EmbarkStudios/cargo-deny-action@30f817c6f72275c6d54dc744fbca09ebc958599f # v2.0.12
5656
with:
5757
arguments: --locked --all-features
5858
command: check ${{ matrix.checks }}

.github/workflows/block-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: mheap/github-action-required-labels@388fd6af37b34cdfe5a23b37060e763217e58b03 # v5.5
12+
- uses: mheap/github-action-required-labels@8afbe8ae6ab7647d0c9f0cfa7c2f939650d22509 # v5.5
1313
with:
1414
mode: exactly
1515
count: 0

.github/workflows/ci.yaml

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

122122
- name: Install Ruby toolchain
123-
uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
123+
uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
124124
with:
125125
ruby-version: ".ruby-version"
126126
bundler-cache: true

0 commit comments

Comments
 (0)