Skip to content

Commit

Permalink
Merge pull request #92 from brightway-lca/renovate/actions-checkout-d…
Browse files Browse the repository at this point in the history
…igest

Update actions/checkout digest to 9bb5618
  • Loading branch information
cmutel authored Mar 12, 2024
2 parents 1dd1132 + e7f88e9 commit e6360c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-test-pardiso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
py-version: ["3.9", "3.12"]

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4

# general Python setup
- name: Set up Python ${{ matrix.py-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-test-superlu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
py-version: ["3.12"]

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4

# general Python setup
- name: Set up Python ${{ matrix.py-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-test-umfpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
py-version: ["3.11"]

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4

# general Python setup
- name: Set up Python ${{ matrix.py-version }}
Expand Down

0 comments on commit e6360c4

Please sign in to comment.