Skip to content

Commit fb4b5ee

Browse files
ci(github-action): update action actions/checkout ( 08c6903 → 93cb6ef )
1 parent 8b11644 commit fb4b5ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
11+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1212
- name: Setup Go
1313
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
1414
with:
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
steps:
4949
- name: Checkout
50-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
50+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5151
with:
5252
submodules: true
5353
fetch-depth: 0

0 commit comments

Comments
 (0)