Skip to content

Commit

Permalink
CI: bump actions/checkout from 2 to 3
Browse files Browse the repository at this point in the history
Resolves the warning: "Node.js 12 actions are deprecated."
  • Loading branch information
orien authored and albb0920 committed Sep 6, 2023
1 parent 434ace6 commit d17868c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit d17868c

Please sign in to comment.