Skip to content

Commit d400069

Browse files
authored
Merge pull request #791 from openziti/dependabot/github_actions/all-a331d3ec2d
Bump actions/checkout from 4 to 5 in the all group
2 parents 61a7714 + 9a65e67 commit d400069

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-go@v5
1515
with:
1616
go-version: stable
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- name: golangci-lint
1919
uses: golangci/golangci-lint-action@v8
2020
with:

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Git Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
with:
1818
persist-credentials: false
1919

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Git Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
with:
1616
fetch-depth: 0
1717

0 commit comments

Comments
 (0)