Skip to content

Commit

Permalink
use latest
Browse files Browse the repository at this point in the history
  • Loading branch information
theknut committed Feb 1, 2024
1 parent cc1734c commit 9499231
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: ioBroker/testing-action-adapter@v1
- uses: ioBroker/testing-action-adapter@latest
with:
node-version: ${{ matrix.node-version }}
os: ${{ matrix.os }}
Expand All @@ -63,9 +63,9 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@main
- uses: actions/checkout@latest
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@main
uses: actions/setup-node@latest
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand All @@ -77,9 +77,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@main
- uses: actions/checkout@latest
- name: Use Node.js 20.x
uses: actions/setup-node@main
uses: actions/setup-node@latest
with:
node-version: 20.x
- run: npm ci
Expand Down

0 comments on commit 9499231

Please sign in to comment.