We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c1c684 commit 223d500Copy full SHA for 223d500
.github/workflows/sem_ver.yml
@@ -15,8 +15,8 @@ jobs:
15
run: |
16
git config --global core.longpaths true
17
- uses: actions/checkout@v3
18
- # We only pull in the submodules we need to build the library
19
- - run: git submodule update --init libraries
+ with:
+ submodules: recursive
20
21
# We need access to the role that is able to get CI Bot Creds
22
- name: Configure AWS Credentials for Release
@@ -29,7 +29,7 @@ jobs:
29
- name: Upgrade Node
30
uses: actions/setup-node@v4
31
with:
32
- node-version: 20
+ node-version: 21
33
34
# Use AWS Secrets Manger GHA to retrieve CI Bot Creds
35
- name: Get CI Bot Creds Secret
0 commit comments