Skip to content

Commit

Permalink
Merge pull request #1690 from helmholtz-analytics/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/setup-python-5.3.0

build(deps): bump actions/setup-python from 5.2.0 to 5.3.0
  • Loading branch information
jolemse authored Oct 30, 2024
2 parents c4f4d6e + 1b184bf commit 13f34de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ReceivePR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/[email protected]

- name: Use Python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: 3.9
architecture: x64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
mpi: ${{ matrix.mpi }}
- name: Use Python ${{ matrix.py-version }}
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: ${{ matrix.py-version }}
architecture: x64
Expand Down

0 comments on commit 13f34de

Please sign in to comment.