Skip to content

Commit 4a95bd8

Browse files
committed
chore(deps): update actions/checkout digest to 11bd719
1 parent e48a569 commit 4a95bd8

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3131
- name: Set up Python ${{ matrix.python-version }}
3232
uses: actions/setup-python@v5
3333
with:
@@ -50,7 +50,7 @@ jobs:
5050
python-version: ["3.11"]
5151
name: Unit Tests On Windows Python ${{ matrix.python-version }}
5252
steps:
53-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
53+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5454
- name: Set up Python ${{ matrix.python-version }}
5555
uses: actions/setup-python@v5
5656
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@11bd71901bbe5b1630ceea73d27597364c9af683 # 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2828
- name: Set up Python 3.9
2929
uses: actions/setup-python@v5
3030
with:

0 commit comments

Comments
 (0)