We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b11644 commit fb4b5eeCopy full SHA for fb4b5ee
1 file changed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout
11
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
12
- name: Setup Go
13
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
14
with:
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
submodules: true
53
fetch-depth: 0
0 commit comments