Skip to content

Commit cf6effb

Browse files
authored
Merge pull request #40 from stackitcloud/dependabot/github_actions/actions/checkout-6
chore: bump actions/checkout from 3 to 6
2 parents cb7bd5b + 2979feb commit cf6effb

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
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424

2525
- name: Install Go
2626
uses: actions/setup-go@v5

.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@v3
22+
uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
2525

.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@v6
1616

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

0 commit comments

Comments
 (0)