Skip to content

Commit

Permalink
Merge pull request #1706 from GhostWriters/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-python-5.0.0

Bump actions/setup-python from 4.7.1 to 5.0.0
  • Loading branch information
nemchik authored Dec 11, 2023
2 parents 4f31ae3 + a2ce18e commit e4fb0e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-python@v4.7.1
- uses: actions/setup-python@v5.0.0
with:
python-version: 3.x
- uses: actions/cache@v3.3.2
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4.1.1
with:
fetch-depth: "0"
- uses: actions/setup-python@v4.7.1
- uses: actions/setup-python@v5.0.0
with:
python-version: 3.x
- uses: actions/cache@v3.3.2
Expand Down

0 comments on commit e4fb0e3

Please sign in to comment.