Skip to content

Commit 9dd0a12

Browse files
committed
CI: update actions/checkout to v5
1 parent c6b8631 commit 9dd0a12

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- { full: 7.1.1-33, major-minor: '7.1' }
2121
name: Lint (Ruby ${{ matrix.ruby-version }}, ImageMagick ${{ matrix.imagemagick-version.major-minor }})
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
with:
2525
ref: ${{ github.event.pull_request.head.sha }}
2626
- name: Cache ImageMagick
@@ -56,7 +56,7 @@ jobs:
5656
- { full: 7.1.1-33, major-minor: '7.1' }
5757
name: Check RBS (Ruby ${{ matrix.ruby-version }}, ImageMagick ${{ matrix.imagemagick-version.major-minor }})
5858
steps:
59-
- uses: actions/checkout@v4
59+
- uses: actions/checkout@v5
6060
with:
6161
ref: ${{ github.event.pull_request.head.sha }}
6262
- name: Cache ImageMagick
@@ -93,7 +93,7 @@ jobs:
9393
- { full: 7.1.1-33, major-minor: '7.1' }
9494
name: Ruby ${{ matrix.ruby-version }}
9595
steps:
96-
- uses: actions/checkout@v4
96+
- uses: actions/checkout@v5
9797
- name: Cache ImageMagick
9898
uses: actions/cache@v4
9999
with:
@@ -123,7 +123,7 @@ jobs:
123123
ruby-version: ['9.4.7.0']
124124
name: JRuby ${{ matrix.ruby-version }}
125125
steps:
126-
- uses: actions/checkout@v4
126+
- uses: actions/checkout@v5
127127
- name: Set up Ruby
128128
uses: ruby/setup-ruby@master
129129
with:

0 commit comments

Comments
 (0)