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

Commit f8f2f4d

Browse files
authored
Merge pull request #280 from artichoke/dependabot/github_actions/gha-deps-3f1ce98af9
chore(deps): Bump the gha-deps group with 3 updates
2 parents ac040d4 + 13c47bc commit f8f2f4d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/audit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v5.0.0
2020

2121
- name: Install Ruby toolchain
22-
uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0
22+
uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267.0
2323
with:
2424
ruby-version: ".ruby-version"
2525
bundler-cache: true

.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@v5.0.0
105105

106106
- name: Install Ruby toolchain
107-
uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0
107+
uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267.0
108108
with:
109109
ruby-version: ".ruby-version"
110110
bundler-cache: true
@@ -120,7 +120,7 @@ jobs:
120120
uses: actions/checkout@v5.0.0
121121

122122
- name: Setup Node.js runtime
123-
uses: actions/setup-node@v5.0.0
123+
uses: actions/setup-node@v6.0.0
124124
with:
125125
node-version: "lts/*"
126126

.github/workflows/code-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: grcov focaccia*.profraw --source-dir . --keep-only 'src/**/*.rs' --binary-path target/debug -t covdir --filter covered -o target/coverage/coverage.json
6464

6565
- name: Configure AWS Credentials
66-
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
66+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
6767
if: github.ref == 'refs/heads/trunk'
6868
with:
6969
aws-region: us-west-2

0 commit comments

Comments
 (0)