Skip to content

Commit

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

Bump actions/setup-python from 5.1.0 to 5.1.1
  • Loading branch information
StRigaud authored Jul 15, 2024
2 parents 679bd1b + c51c0ea commit 89bd7e2
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/[email protected].0
uses: actions/[email protected].1
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 @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Python
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: 3.11

Expand Down

0 comments on commit 89bd7e2

Please sign in to comment.