Skip to content

Commit 0b31476

Browse files
committed
actions/checkout@v3
1 parent 347dc6c commit 0b31476

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
release_id: ${{ steps.create_release.outputs.id }}
1616
upload_url: ${{ steps.create_release.outputs.upload_url }}
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
with:
2020
fetch-depth: 0
2121
if: github.event_name == 'schedule'
@@ -71,7 +71,7 @@ jobs:
7171
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate
7272
7373
- name: Clone Ruby
74-
uses: actions/checkout@v2
74+
uses: actions/checkout@v3
7575
with:
7676
repository: ruby/ruby
7777

@@ -105,7 +105,7 @@ jobs:
105105
- run: make test-all TESTS="-j4"
106106

107107
- run: echo "$HOME/.rubies/ruby-${{ matrix.name }}/bin" >> $GITHUB_PATH
108-
- uses: actions/checkout@v2
108+
- uses: actions/checkout@v3
109109
with:
110110
path: test_files
111111
- name: CLI Test

0 commit comments

Comments
 (0)