Skip to content

Commit 3bd7274

Browse files
chore(deps): update actions/checkout action to v5 (#410)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6a9a04d commit 3bd7274

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout Repo
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414

1515
- name: Unshallow clone for tags
1616
run: git fetch --prune --unshallow --tags

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout Repo
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828

2929
- name: Unshallow clone for tags
3030
run: git fetch --prune --unshallow --tags
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- name: Checkout Repo
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@v5
5656

5757
- name: Unshallow clone for tags
5858
run: git fetch --prune --unshallow --tags

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout Repo
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828

2929
- name: Install Go
3030
uses: actions/setup-go@v5
@@ -45,7 +45,7 @@ jobs:
4545
needs: lint
4646
steps:
4747
- name: Checkout Repo
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v5
4949

5050
- name: Unshallow clone for tags
5151
run: git fetch --prune --unshallow --tags
@@ -99,7 +99,7 @@ jobs:
9999
needs: publish-binary
100100
steps:
101101
- name: Checkout Repo
102-
uses: actions/checkout@v4
102+
uses: actions/checkout@v5
103103

104104
- name: Unshallow clone for tags
105105
run: git fetch --prune --unshallow --tags

0 commit comments

Comments
 (0)