Skip to content

Commit 0dda88d

Browse files
authored
Merge pull request #682 from ruby/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 250b74b + b94314f commit 0dda88d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: repo checkout
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636

3737
- name: load ruby
3838
uses: ruby/setup-ruby@v1
@@ -97,7 +97,7 @@ jobs:
9797
- { os: ubuntu-latest, ruby: "3.0", openssl: openssl-head, git: 'git://git.openssl.org/openssl.git', branch: 'master', fips-enabled: true, append-configure: 'enable-fips', name-extra: 'fips' }
9898
steps:
9999
- name: repo checkout
100-
uses: actions/checkout@v3
100+
uses: actions/checkout@v4
101101

102102
- name: prepare openssl
103103
run: |

0 commit comments

Comments
 (0)