Skip to content

Commit 44d188d

Browse files
chore(deps): update non-major github actions
1 parent 2b0ebdb commit 44d188d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/createNewCodeSandBoxDemo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Harden Runner
22-
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
22+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
2323
with:
2424
egress-policy: audit
2525

2626
- name: Setup Ruby in runner
2727
uses: ruby/setup-ruby@d5f787ce339eb0767271bc01d922e85644c2c8ab
2828
with:
29-
ruby-version: '4.0.0'
29+
ruby-version: '4.0.2'
3030
env:
3131
ImageOS: ubuntu22
3232
- name: Checkout code

0 commit comments

Comments
 (0)