Skip to content

Commit

Permalink
CI: Update actions/checkout to v4 (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 authored Jan 6, 2024
1 parent d4938a2 commit 43f955b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
timeout-minutes: 20
name: Lint
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up Ruby 2.6
Expand All @@ -40,7 +40,7 @@ jobs:
- { full: 7.1.1-15, major-minor: '7.1' }
name: Ruby ${{ matrix.ruby-version }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache ImageMagick
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
ruby-version: ['9.3.10.0', '9.4.3.0']
name: JRuby ${{ matrix.ruby-version }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@master
with:
Expand Down

0 comments on commit 43f955b

Please sign in to comment.