Skip to content

Commit

Permalink
Merge pull request #482 from koxudaxi/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-python-5.2.0

Bump actions/setup-python from 5.1.1 to 5.2.0
  • Loading branch information
koxudaxi authored Sep 2, 2024
2 parents cbffebd + 086b6cc commit ba81357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
path: ./build/distributions/content/*/*

- name: Setup Python
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.2.0
with:
python-version: '3.11'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.2.0
with:
python-version: '3.11'
architecture: 'x64'
Expand Down

0 comments on commit ba81357

Please sign in to comment.