Skip to content

Commit b7a3300

Browse files
authored
Merge pull request #351 from michimani/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents 11f5eab + 7d0ee48 commit b7a3300

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/onlytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
go-version: "1.26"
2727

2828
- name: Check out code into the Go module directory
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v6
3030

3131
- name: Get dependencies
3232
run: go install

.github/workflows/tagpr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
contents: write
1111
pull-requests: write
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- uses: Songmu/tagpr@v1
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)