Skip to content

Commit bca5324

Browse files
authored
Merge pull request #14 from stackitcloud/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 44b6511 + 80cf3b0 commit bca5324

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
go-version: ${{ matrix.go-version }}
3030

3131
- name: Checkout code
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333

3434
# cache go modules
3535
- uses: actions/cache@v3

.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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
22+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
2323
with:
2424
fetch-depth: 0
2525
- name: Git Fetch

.github/workflows/semgrep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: (github.actor != 'dependabot[bot]')
1313
steps:
1414
# Fetch project source
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

1717
- uses: returntocorp/semgrep-action@v1
1818
with:

0 commit comments

Comments
 (0)