Skip to content

Commit

Permalink
update GitHub Actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
drewda committed Jan 10, 2025
1 parent f892a5e commit d5741b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.11'
- name: Prepare JSON schema files to upload
run: cp -r json-schema dist
- run: pip install -U awscli
Expand Down

0 comments on commit d5741b0

Please sign in to comment.