Skip to content

Commit 1a6dcf5

Browse files
Bump the gha-deps group with 3 updates
Bumps the gha-deps group with 3 updates: [ruby/setup-ruby](https://github.com/ruby/setup-ruby), [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 `actions/setup-node` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@1d0ff46...cdca736) 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: 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] <[email protected]>
1 parent bd68970 commit 1a6dcf5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/audit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: Install Ruby toolchain
25-
uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0
25+
uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0
2626
with:
2727
ruby-version: ".ruby-version"
2828
bundler-cache: true

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
persist-credentials: false
7070

7171
- name: Install Ruby toolchain
72-
uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0
72+
uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0
7373
with:
7474
ruby-version: "3.0.0" # see minimum version requirement in gemspec
7575
bundler-cache: true
@@ -145,7 +145,7 @@ jobs:
145145
persist-credentials: false
146146

147147
- name: Install Ruby toolchain
148-
uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0
148+
uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0
149149
with:
150150
ruby-version: ".ruby-version"
151151
bundler-cache: true
@@ -168,7 +168,7 @@ jobs:
168168
persist-credentials: false
169169

170170
- name: Setup Node.js runtime
171-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
171+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
172172
with:
173173
node-version: "lts/*"
174174

.github/workflows/repo-labels.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
persist-credentials: false
3030

3131
- name: Sync GitHub Issue Labels
32-
uses: crazy-max/ghaction-github-labeler@31674a3852a9074f2086abcf1c53839d466a47e7 # v5.2.0
32+
uses: crazy-max/ghaction-github-labeler@24d110aa46a59976b8a7f35518cb7f14f434c916 # v5.3.0
3333
with:
3434
github-token: ${{ secrets.GITHUB_TOKEN }}
3535
yaml-file: .github/labels.yaml

0 commit comments

Comments
 (0)