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

Commit 0bd70d2

Browse files
authored
Merge pull request #138 from artichoke/dependabot/github_actions/gha-deps-8e8cbff69c
chore(deps): Bump the gha-deps group across 4 directories with 3 updates
2 parents bc0a5f4 + 92bb61e commit 0bd70d2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/audit.yaml

Lines changed: 2 additions & 2 deletions
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@44511735964dcb71245e7e55f72539531f7bc0eb # v1.257.0
25+
uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0
2626
with:
2727
ruby-version: ".ruby-version"
2828
bundler-cache: true
@@ -42,6 +42,6 @@ jobs:
4242
persist-credentials: false
4343

4444
- name: Run zizmor 🌈
45-
uses: zizmorcore/zizmor-action@5ca5fc7a4779c5263a3ffa0e1f693009994446d1 # v0.1.2
45+
uses: zizmorcore/zizmor-action@e673c3917a1aef3c65c972347ed84ccd013ecda4 # v0.2.0
4646
with:
4747
persona: "pedantic"

.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@44511735964dcb71245e7e55f72539531f7bc0eb # v1.257.0
276+
uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0
277277
with:
278278
ruby-version: ".ruby-version"
279279
bundler-cache: true

build-and-test/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ runs:
8888
fi
8989
9090
- name: Setup Rust caching
91-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
91+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
9292
if: steps.lockfile.outputs.present == 'true'

check-minimal-versions/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ runs:
9898
fi
9999
100100
- name: Setup Rust caching
101-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
101+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
102102
if: steps.lockfile.outputs.present == 'true'

lint-and-format/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,5 @@ runs:
126126
fi
127127
128128
- name: Setup Rust caching
129-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
129+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
130130
if: steps.lockfile.outputs.present == 'true'

0 commit comments

Comments
 (0)