Skip to content

Commit

Permalink
Merge pull request #31 from infinityofspace/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-python-5.1.1

Bump actions/setup-python from 5.1.0 to 5.1.1
  • Loading branch information
infinityofspace authored Jul 11, 2024
2 parents 6ef6874 + 8d629e6 commit 6481952
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python 3.12
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: 3.12

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

- name: Set up Python 3.12
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: 3.12

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

- name: Set up Python 3.8
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/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 6481952

Please sign in to comment.