Skip to content

Commit cd3f775

Browse files
authored
Merge pull request #7 from advanced-security/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 3 to 4
2 parents 31287af + 91f1b3e commit cd3f775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123

124124
steps:
125125
- name: Checkout
126-
uses: actions/checkout@v3
126+
uses: actions/checkout@v4
127127

128128
- name: Log in to the Container registry
129129
uses: docker/login-action@v3.1.0

0 commit comments

Comments
 (0)