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

Commit b4494be

Browse files
authored
Merge pull request #263 from artichoke/dependabot/github_actions/gha-deps-c0327d7779
chore(deps): Bump the gha-deps group with 4 updates
2 parents 5ef3640 + 617ece5 commit b4494be

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)