Skip to content

Commit 11989b2

Browse files
committed
chore(deps): update actions/checkout digest to a5ac7e5
1 parent 580b775 commit 11989b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/development.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
19+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
2020
- name: Setup Golang
2121
uses: actions/setup-go@v5
2222
with:

.github/workflows/prerelease.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
19+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
2020
- name: Fetch all tags
2121
run: git fetch --force --tags
2222
- name: Setup Golang

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-22.04
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
17+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1818
- name: Fetch all tags
1919
run: git fetch --force --tags
2020
- name: Cleanup pre-release tags

0 commit comments

Comments
 (0)