Skip to content

Commit d083c97

Browse files
authored
Merge pull request #25 from dsh2dsh/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents af9fe1d + baea80e commit d083c97

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717

1818
- name: Set up Go
1919
uses: actions/setup-go@v5

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: lint
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- uses: actions/setup-go@v5
2222
with:
2323
go-version-file: 'go.mod'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: "ubuntu-latest"
1515
steps:
1616
- name: "Checkout"
17-
uses: "actions/checkout@v4"
17+
uses: "actions/checkout@v5"
1818
with:
1919
fetch-depth: 0
2020

0 commit comments

Comments
 (0)