Skip to content

Commit 0d830c3

Browse files
authored
Merge pull request #8 from stackitcloud/renovate/actions-checkout-3.x
Update actions/checkout action to v3.6.0
2 parents fb5f8bd + 4da8896 commit 0d830c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
IMAGE_NAME: ${{ github.repository }}
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
22+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2323
with:
2424
fetch-depth: 0
2525
- name: Git Fetch

0 commit comments

Comments
 (0)