Skip to content

Commit

Permalink
Update actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
kmturley committed Sep 18, 2024
1 parent f327468 commit e8a2443
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
file_name: studiorack-win.exe
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup
shell: bash
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- os: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install
run: |
Expand All @@ -31,10 +31,10 @@ jobs:
run: |
npm run lint
- name: Build
run: |
npm run build
- name: Test
run: |
npm run test
- name: Build
run: |
npm run build

0 comments on commit e8a2443

Please sign in to comment.