Skip to content

Commit

Permalink
🔁 Bump GitHub Action actions/checkout@v4 and Ruby Version
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed Jan 2, 2024
1 parent e7c7bec commit 9e54518
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v4
Expand All @@ -35,11 +35,11 @@ jobs:
os:
- ubuntu-latest
ruby_version:
- 3.2
- 3.3

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 9e54518

Please sign in to comment.