Skip to content

Commit

Permalink
Merge pull request #1232 from twm/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-python-5.3.0

Bump actions/setup-python from 5.2.0 to 5.3.0
  • Loading branch information
twm authored Nov 20, 2024
2 parents ee4aca9 + 787d4b4 commit b0f9860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5.2.0
- uses: actions/setup-python@v5.3.0
with:
python-version: "3.9"
cache: 'pip'
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
sudo apt-get update
sudo apt-get install --no-install-suggests --no-install-recommends inkscape icoutils scour optipng
- uses: actions/setup-python@v5.2.0
- uses: actions/setup-python@v5.3.0
with:
python-version: "3.9"
cache: 'pip'
Expand Down

0 comments on commit b0f9860

Please sign in to comment.