Skip to content

Commit b7801fb

Browse files
Merge pull request #1778 from stretchr/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents a53be35 + 69831f3 commit b7801fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- stable
1111
- oldstable
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- name: Setup Go
1515
uses: actions/setup-go@v5
1616
with:
@@ -33,7 +33,7 @@ jobs:
3333
- "1.21"
3434
- "1.22"
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737
- name: Setup Go
3838
uses: actions/setup-go@v5
3939
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: Create GitHub release from tag
1919
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)