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

Commit 70855b8

Browse files
authored
Merge pull request #123 from artichoke/dependabot/github_actions/gha-deps-4c7415b882
chore(deps): Bump the gha-deps group across 1 directory with 2 updates
2 parents 68e0ebb + e05f38f commit 70855b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/audit.yaml

Lines changed: 1 addition & 1 deletion
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@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215.0
25+
uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0
2626
with:
2727
ruby-version: ".ruby-version"
2828
bundler-cache: true

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
persist-credentials: false
274274

275275
- name: Install Ruby toolchain
276-
uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215.0
276+
uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0
277277
with:
278278
ruby-version: ".ruby-version"
279279
bundler-cache: true

.github/workflows/repo-labels.yaml

Lines changed: 1 addition & 1 deletion
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@b54af0c25861143e7c8813d7cbbf46d2c341680c # v5.1.0
32+
uses: crazy-max/ghaction-github-labeler@31674a3852a9074f2086abcf1c53839d466a47e7 # v5.2.0
3333
with:
3434
github-token: ${{ secrets.GITHUB_TOKEN }}
3535
yaml-file: .github/labels.yaml

0 commit comments

Comments
 (0)