Skip to content

Commit

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

Bump actions/setup-python from 4.7.0 to 4.7.1
  • Loading branch information
nemchik authored Oct 9, 2023
2 parents 36de72f + 5149a91 commit 5df95ab
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 @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/setup-python@v4.7.0
- uses: actions/setup-python@v4.7.1
with:
python-version: 3.x
- uses: actions/cache@v3.3.2
Expand All @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4.1.0
with:
fetch-depth: '0'
- uses: actions/setup-python@v4.7.0
- uses: actions/setup-python@v4.7.1
with:
python-version: 3.x
- uses: actions/cache@v3.3.2
Expand Down

0 comments on commit 5df95ab

Please sign in to comment.