Skip to content

Commit bd16fc1

Browse files
chore(deps): update actions/checkout action to v5
1 parent d8b3ae3 commit bd16fc1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
app-id: ${{ secrets.APP_ID }}
2020
private-key: ${{ secrets.PRIVATE_KEY }}
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
token: ${{ steps.generate_token.outputs.token }}
2525
fetch-depth: 0

.github/workflows/goreleaser_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
app-id: ${{ secrets.APP_ID }}
2222
private-key: ${{ secrets.PRIVATE_KEY }}
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
token: ${{ steps.generate_token.outputs.token }}
2727
fetch-depth: 0

.github/workflows/tagpr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
app-id: ${{ secrets.APP_ID }}
1919
private-key: ${{ secrets.PRIVATE_KEY }}
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
with:
2222
token: ${{ steps.generate_token.outputs.token }}
2323
- id: run-tagpr

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/setup-go@v5
1313
with:
1414
go-version: 1.21
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
with:
1717
fetch-depth: 0
1818
- run: make build

0 commit comments

Comments
 (0)