Skip to content

Commit 361d283

Browse files
authored
VLN-1606: fix checkout-below-v7 (#497)
Co-authored-by: picatz <14850816+picatz@users.noreply.github.com>
1 parent 76d6137 commit 361d283

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Print build information
1616
run: "echo head_ref: ${{ github.head_ref }}, ref: ${{ github.ref }}"
17-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
17+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1818
with:
1919
submodules: recursive
2020
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6

0 commit comments

Comments
 (0)