Skip to content

Commit 87d675c

Browse files
Update actions/checkout digest to b4ffde6 (#42)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c21430 commit 87d675c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
go: ["1.18", "1.18.1", "1.19", "1.20"]
1414
name: Go ${{ matrix.go }} run
1515
steps:
16-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
16+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1717
- name: Setup go
1818
uses: actions/setup-go@v4
1919
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
13+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1414
with:
1515
fetch-depth: 0
1616
- name: Set up Go

.github/workflows/release_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
13+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1414
with:
1515
fetch-depth: 0
1616
- name: Set up Go

0 commit comments

Comments
 (0)