Skip to content

Commit 69f05a1

Browse files
authored
v1.16: ci: update actions (#5091)
**Which issue(s) this PR fixes**: None. **What this PR does / why we need it**: Update GitHub Actions to fix Windows Service tests failures. <internal:C:/hostedtoolcache/windows/Ruby/3.2.8/x64/lib/ruby/3.2.0/rubygems/core_extkernel_require.rb>:86:in `require': 127: The specified procedure could not be found. - C:/hostedtoolcache/windows/Ruby/3.2.8/x64/lib/ruby/gems/3.2.0/gems/strptime-0.2.5/lib/strptime/strptime.so (LoadError) * ref: ruby/setup-msys2-gcc#26 Note: It might be better to have it automatically updated by a bot, just like `master`. **Docs Changes**: Not needed. **Release Note**: CI fixes. Signed-off-by: Daijiro Fukuda <[email protected]>
1 parent daccbc6 commit 69f05a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
ruby-version: ['3.3', '3.2', '3.1', '3.0', '2.7']
3030
name: Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }}
3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v5
3333
- name: Set up Ruby
3434
uses: ruby/setup-ruby@v1
3535
with:
@@ -51,9 +51,9 @@ jobs:
5151
ruby-version: ['3.3', '3.2', '3.1', '3.0', '2.7']
5252
name: Windows service (Ruby ${{ matrix.ruby-version }})
5353
steps:
54-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
54+
- uses: actions/checkout@v5
5555
- name: Set up Ruby
56-
uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 # v1.238.0
56+
uses: ruby/setup-ruby@v1
5757
with:
5858
ruby-version: ${{ matrix.ruby-version }}
5959
- name: Install dependencies

0 commit comments

Comments
 (0)