Skip to content

Commit dcad711

Browse files
authored
Merge pull request #24 from stackitcloud/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 0ca6c3d + 0029023 commit dcad711

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
with:
2323
go-version: ${{ env.GO_VERSION }}
2424
cache: false
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
- name: lint
2727
uses: golangci/golangci-lint-action@v6

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
go-version: ${{ env.GO_VERSION }}
1919
check-latest: true
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
- id: set_version
2323
run: |
2424
VERSION=$(echo $GITHUB_REF | sed -nE 's!refs/tags/!!p')

0 commit comments

Comments
 (0)