Skip to content

Commit

Permalink
Update actions/checkout digest to 692973e
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 13, 2024
1 parent cb4439b commit b92dd0d
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

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

steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

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

0 comments on commit b92dd0d

Please sign in to comment.