Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
josecorella committed Apr 23, 2024
1 parent 4c1c684 commit 223d500
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sem_ver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
run: |
git config --global core.longpaths true
- uses: actions/checkout@v3
# We only pull in the submodules we need to build the library
- run: git submodule update --init libraries
with:
submodules: recursive

# We need access to the role that is able to get CI Bot Creds
- name: Configure AWS Credentials for Release
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Upgrade Node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 21

# Use AWS Secrets Manger GHA to retrieve CI Bot Creds
- name: Get CI Bot Creds Secret
Expand Down

0 comments on commit 223d500

Please sign in to comment.