Skip to content

Commit

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

build(deps): bump actions/setup-python from 5.3.0 to 5.4.0
  • Loading branch information
jolemse authored Feb 3, 2025
2 parents d3da534 + f536c85 commit 20f57ba
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@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.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 @@ -49,7 +49,7 @@ jobs:
with:
mpi: ${{ matrix.mpi }}
- name: Use Python ${{ matrix.py-version }}
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
with:
python-version: ${{ matrix.py-version }}
architecture: x64
Expand Down

0 comments on commit 20f57ba

Please sign in to comment.