Skip to content

Commit 874e85d

Browse files
chore(actions): update github-actions
1 parent cb742f5 commit 874e85d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fi
5050
5151
- name: Checkout repository
52-
uses: actions/checkout@v6
52+
uses: actions/checkout@v7
5353
with:
5454
token: ${{ secrets.WORKFLOW_USER_GH_TOKEN }}
5555
fetch-depth: 0

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929

3030
- name: Setup go
3131
uses: actions/setup-go@v6

0 commit comments

Comments
 (0)