This repository was archived by the owner on Nov 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments