Skip to content

Commit 431850e

Browse files
committed
chore(deps): update actions/checkout digest to eef6144
1 parent acc2b58 commit 431850e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2828
name: Unit Tests with Python ${{ matrix.python-version }}
2929
steps:
30-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
30+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
3131
- name: Set up Python ${{ matrix.python-version }}
3232
uses: actions/setup-python@v5
3333
with:
@@ -65,7 +65,7 @@ jobs:
6565
python-version: ["3.11"]
6666
name: Unit Tests On Windows Python ${{ matrix.python-version }}
6767
steps:
68-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
68+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
6969
- name: Set up Python ${{ matrix.python-version }}
7070
uses: actions/setup-python@v5
7171
with:

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Verify we can create Docker images
2525
runs-on: ubuntu-22.04
2626
steps:
27-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
27+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
2828
- uses: docker/build-push-action@v6
2929
with:
3030
context: .

.github/workflows/style.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Format with psf-black
2525
runs-on: ubuntu-22.04
2626
steps:
27-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
27+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
2828
- name: Set up Python 3.9
2929
uses: actions/setup-python@v5
3030
with:

0 commit comments

Comments
 (0)