Skip to content

Commit 41b293c

Browse files
committed
ci: Bump actions/checkout in cbmc action to v7.0.0
The checkout bump touched only .github/workflows/*, leaving the cbmc composite action on v6.0.2. Align it with the rest. Signed-off-by: Matthias J. Kannwischer <matthias@zerorisc.com>
1 parent 669004a commit 41b293c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/cbmc/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ inputs:
3030
runs:
3131
using: composite
3232
steps:
33-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
33+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3434
- uses: ./.github/actions/setup-shell
3535
with:
3636
nix-shell: ${{ inputs.nix-shell }}

0 commit comments

Comments
 (0)