Skip to content

Commit a2c8ff6

Browse files
Update actions/checkout digest to eef6144 (#754)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 584b97f commit a2c8ff6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/integrationtests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
steps:
1818
- name: Get the sources
19-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
19+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
2020
- name: Fetch all tags and branches
2121
run: git fetch --prune --unshallow
2222
- name: Install .NET
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ${{ matrix.os }}
5252
steps:
5353
- name: Get the sources
54-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
54+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
5555
- name: Prepare integration tests
5656
uses: ./.github/actions/prepare-integration-test
5757
with:
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ${{ matrix.os }}
7676
steps:
7777
- name: Get the sources
78-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
78+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
7979
- name: Prepare integration tests
8080
uses: ./.github/actions/prepare-integration-test
8181
with:

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ${{ matrix.os }}
2424
steps:
2525
- name: Get the sources
26-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
26+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
2727
- name: Fetch all tags and branches
2828
run: git fetch --prune --unshallow
2929
- name: Install .NET

0 commit comments

Comments
 (0)