Skip to content

Commit c5e81d2

Browse files
authored
Merge pull request #26 from Wabri/fix/github_actions
fix(.github/workflows): change version actions/checkout to latest
2 parents de536c9 + 47d4286 commit c5e81d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
commit_lint:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
1616
- uses: wagoid/commitlint-github-action@v4
@@ -20,7 +20,7 @@ jobs:
2020
name: lint
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424
- name: Run golangci-lint
2525
uses: golangci/golangci-lint-action@v6
2626
with:

.github/workflows/gorelease.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
goreleaser:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121
- run: git fetch --force --tags

0 commit comments

Comments
 (0)