Skip to content

Commit 0b5c777

Browse files
Update actions/checkout action to v5 (#157)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 285e10b commit 0b5c777

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
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout Repo
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626

2727
- name: Unshallow clone for tags
2828
run: git fetch --prune --unshallow --tags
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
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

.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
@@ -88,7 +88,7 @@ jobs:
8888
needs: publish-binary
8989
steps:
9090
- name: Checkout Repo
91-
uses: actions/checkout@v4
91+
uses: actions/checkout@v5
9292

9393
- name: Unshallow clone for tags
9494
run: git fetch --prune --unshallow --tags

0 commit comments

Comments
 (0)