Skip to content

Commit

Permalink
Merge pull request #417 from clEsperanto/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-python-5.4.0

Bump actions/setup-python from 5.3.0 to 5.4.0
  • Loading branch information
StRigaud authored Feb 3, 2025
2 parents 6f2f2e2 + 3d74c62 commit 5ed15d6
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-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
steps:

- name: Setup Python
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version: 3.8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
shell: bash -l {0}

- name: Setup Python
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version: 3.12

Expand Down

0 comments on commit 5ed15d6

Please sign in to comment.