Skip to content

Commit

Permalink
Update GitHub Action Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 26, 2024
1 parent 0b27053 commit 1913cce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/[email protected]

- name: Set up node
uses: actions/setup-node@v3
uses: actions/setup-node@v4.0.2

- name: Compile
run: yarn && yarn build
Expand All @@ -26,7 +26,7 @@ jobs:
uses: actions/[email protected]

- name: Set up node
uses: actions/setup-node@v3
uses: actions/setup-node@v4.0.2

- name: Install dependencies
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
working-directory: tests

- name: Test - RUN
uses: kohlerdominik/docker-run-action@v1.1.0
uses: kohlerdominik/docker-run-action@v2.0.0
with:
image: node
environment: |
Expand Down

0 comments on commit 1913cce

Please sign in to comment.