Skip to content

Commit

Permalink
CI: Use checkout@v4 (#1616)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored Aug 25, 2024
1 parent d419a9e commit 7977e89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libyaml-dev
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand All @@ -66,7 +66,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libyaml-dev
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3
Expand Down

0 comments on commit 7977e89

Please sign in to comment.