Skip to content

Commit 64e2ffe

Browse files
authored
ci: update (#65)
Signed-off-by: Daijiro Fukuda <[email protected]>
1 parent c8a54c8 commit 64e2ffe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/close-answered-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
mark-stale-and-close-for-answered:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/stale@v6
13+
- uses: actions/stale@v9
1414
with:
1515
repo-token: ${{ secrets.GITHUB_TOKEN }}
1616
days-before-stale: ${{ env.days-before-stale }}

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby: [ '2.7', '3.1', '3.2' ]
11+
ruby: [ '3.2', '3.3', '3.4' ]
1212
os:
1313
- windows-latest
1414
- ubuntu-latest
1515
- macos-latest
1616
name: Test on ${{ matrix.os }} with Ruby ${{ matrix.ruby }}
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Set up Ruby
2020
uses: ruby/setup-ruby@v1
2121
with:

0 commit comments

Comments
 (0)