Skip to content

Commit 1510261

Browse files
committed
CI: Update actions/checkout to v7
1 parent 84b8daa commit 1510261

2 files changed

Lines changed: 5 additions & 5 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.2-22, major-minor: '7.1' }
2121
name: Lint (Ruby ${{ matrix.ruby-version }}, ImageMagick ${{ matrix.imagemagick-version.major-minor }})
2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v7
2424
with:
2525
ref: ${{ github.event.pull_request.head.sha }}
2626
- name: Cache ImageMagick
@@ -54,7 +54,7 @@ jobs:
5454
- { full: 7.1.2-22, major-minor: '7.1' }
5555
name: Check RBS (Ruby ${{ matrix.ruby-version }}, ImageMagick ${{ matrix.imagemagick-version.major-minor }})
5656
steps:
57-
- uses: actions/checkout@v6
57+
- uses: actions/checkout@v7
5858
with:
5959
ref: ${{ github.event.pull_request.head.sha }}
6060
- name: Cache ImageMagick
@@ -90,7 +90,7 @@ jobs:
9090
- { full: 7.1.2-22, major-minor: '7.1' }
9191
name: Ruby ${{ matrix.ruby-version }}
9292
steps:
93-
- uses: actions/checkout@v6
93+
- uses: actions/checkout@v7
9494
- name: Cache ImageMagick
9595
uses: actions/cache@v5
9696
with:
@@ -118,7 +118,7 @@ jobs:
118118
ruby-version: ['9.4.7.0']
119119
name: JRuby ${{ matrix.ruby-version }}
120120
steps:
121-
- uses: actions/checkout@v6
121+
- uses: actions/checkout@v7
122122
- name: Set up Ruby
123123
uses: ruby/setup-ruby@v1
124124
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
ruby: [ 'ruby', 'jruby' ]
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717
- uses: ruby/setup-ruby@v1
1818
with:
1919
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)