Skip to content

Commit 4bfec91

Browse files
committed
CodeCargo: update actions/checkout to v6.0.2
Updates all references to actions/checkout to version v6.0.2.
1 parent e685164 commit 4bfec91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Checkout git
15-
uses: actions/checkout@v1
15+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616

1717
- name: Install dependencies
1818
run: |

0 commit comments

Comments
 (0)