Skip to content

Commit 2988186

Browse files
chore(deps): update actions/checkout action to v4.2.2
1 parent 1e2cf88 commit 2988186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
echo "sbom=${{ inputs.sbom }}" >> $GITHUB_OUTPUT
9797
9898
- name: Checkout
99-
uses: actions/checkout@v4.1.7
99+
uses: actions/checkout@v4.2.2
100100
with:
101101
ref: ${{ steps.get_inputs.outputs.checkout_ref }}
102102

0 commit comments

Comments
 (0)