Skip to content

Commit

Permalink
Fix github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlanabrennan committed Aug 29, 2023
1 parent 7096eea commit d53d74b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/actions/version-bump/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ runs:
using: "composite"
steps:
- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Run Version Update
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
if: ${{ ! github.event.release.prerelease }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Find new appVersion
id: find-version
Expand Down

0 comments on commit d53d74b

Please sign in to comment.