Skip to content

Commit d5741b0

Browse files
committed
update GitHub Actions dependencies
1 parent f892a5e commit d5741b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v1
11-
- uses: actions/setup-python@v1
10+
- uses: actions/checkout@v4
11+
- uses: actions/setup-python@v5
1212
with:
13-
python-version: '3.7'
13+
python-version: '3.11'
1414
- name: Prepare JSON schema files to upload
1515
run: cp -r json-schema dist
1616
- run: pip install -U awscli

0 commit comments

Comments
 (0)