We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e76d6 commit 34bbec1Copy full SHA for 34bbec1
.github/workflows/branch-pr-release.yaml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
node-version: 18.x
22
- name: Set up Python
23
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
24
25
python-version: "3.x"
26
- name: Setup NPM
.github/workflows/template-schema-updater.yaml
@@ -13,7 +13,7 @@ jobs:
13
repository: aws-cloudformation/aws-cloudformation-template-schema
14
path: aws-cloudformation-template-schema
15
ref: main
16
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
17
18
python-version: '3.9'
19
- name: Install Poetry
0 commit comments