Skip to content

Commit

Permalink
update workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mholtzman committed Jan 15, 2025
1 parent de8e928 commit 79a36d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: read version from package.json
id: package-version
uses: martinbeentjes/npm-get-version-action@master
Expand Down Expand Up @@ -56,8 +56,8 @@ jobs:
APPLE_ID_PASSWORD: ${{ secrets[matrix.apple_app_specific_password_key] }}

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.12.1
cache: 'npm'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/compile-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.12.1
- name: Electronegativity
Expand Down

0 comments on commit 79a36d9

Please sign in to comment.