Skip to content

Commit 12bb6d6

Browse files
chore(deps): update actions/checkout digest to 692973e
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3699119 commit 12bb6d6

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
go-build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
13+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1414

1515
- name: Determine Go version from go.mod
1616
run: echo "GO_VERSION=$(go mod edit -json | jq -r .Go)" >> $GITHUB_ENV

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
if: ${{ contains(github.ref, 'tags') }}
1414
steps:
15-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
15+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1616
with:
1717
fetch-depth: 0
1818

@@ -75,7 +75,7 @@ jobs:
7575
needs: antora
7676
if: always()
7777
steps:
78-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
78+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
7979
with:
8080
fetch-depth: 0
8181

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test-e2e:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
14+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1515

1616
- name: Determine Go version from go.mod
1717
run: echo "GO_VERSION=$(go mod edit -json | jq -r .Go)" >> $GITHUB_ENV

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
go-lint:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
10+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1111

1212
- name: Determine Go version from go.mod
1313
run: echo "GO_VERSION=$(go mod edit -json | jq -r .Go)" >> $GITHUB_ENV

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
go-unit:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
19+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2020

2121
- name: Determine Go version from go.mod
2222
run: echo "GO_VERSION=$(go mod edit -json | jq -r .Go)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)