Skip to content

Commit

Permalink
Merge pull request #275 from clEsperanto/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-python-5.1.0
  • Loading branch information
dependabot[bot] committed Apr 3, 2024
2 parents d0caab6 + c2ad753 commit 0b4cb6a
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.0.0
uses: actions/setup-python@v5.1.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 @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: 3.11

Expand Down

0 comments on commit 0b4cb6a

Please sign in to comment.