Skip to content

Commit

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

Bump actions/setup-python from 5.1.0 to 5.2.0
  • Loading branch information
twm authored Aug 30, 2024
2 parents 780afd9 + a162def commit dadc6a4
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.1.0
- uses: actions/setup-python@v5.2.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 node-less node-source-map
- uses: actions/setup-python@v5.1.0
- uses: actions/setup-python@v5.2.0
with:
python-version: "3.9"
cache: 'pip'
Expand Down

0 comments on commit dadc6a4

Please sign in to comment.