Skip to content

Commit

Permalink
Merge pull request #37 from Isotr0py/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-5

️👷 (deps): Bump actions/setup-python from 4 to 5
  • Loading branch information
Isotr0py authored Apr 11, 2024
2 parents 3a6a2b8 + ec11b03 commit 72e28ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
with:
submodules: recursive

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
architecture: ${{ matrix.target }}
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
with:
submodules: recursive

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
architecture: ${{ matrix.target }}

Expand Down

0 comments on commit 72e28ec

Please sign in to comment.