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

Commit db6fc1a

Browse files
authored
Merge pull request #254 from artichoke/dependabot/github_actions/gha-deps-2b102837e3
chore(deps): Bump the gha-deps group with 3 updates
2 parents 1784870 + 3dc6bb6 commit db6fc1a

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@v4.2.2
2020

2121
- name: Install Ruby toolchain
22-
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207.0
22+
uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215.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@v4.2.2
105105

106106
- name: Install Ruby toolchain
107-
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207.0
107+
uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215.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.1.0
123+
uses: actions/setup-node@v4.2.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
@@ -61,7 +61,7 @@ jobs:
6161
run: grcov focaccia*.profraw --source-dir . --keep-only 'src/**/*.rs' --binary-path target/debug -t covdir --filter covered -o target/coverage/coverage.json
6262

6363
- name: Configure AWS Credentials
64-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
64+
uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
6565
if: github.ref == 'refs/heads/trunk'
6666
with:
6767
aws-region: us-west-2

0 commit comments

Comments
 (0)