Skip to content

Commit

Permalink
Upgrade GitHub Action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth authored Feb 7, 2024
1 parent d05f07e commit 5b760e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
node: [18, 19, 20, 21]

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

- name: Setup Node v${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
Expand All @@ -40,7 +40,7 @@ jobs:
ruby: [2.7, '3.0', 3.1, 3.2, 3.3]

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

- name: Set up Ruby v${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 5b760e0

Please sign in to comment.