Skip to content

Commit a2e731b

Browse files
chore(deps): bump actions/checkout from 5 to 6 (#188)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0b70b6 commit a2e731b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout Repo
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222

2323
- name: Setup Go
2424
uses: actions/setup-go@v6
@@ -42,7 +42,7 @@ jobs:
4242
- setup-environment
4343
steps:
4444
- name: Check out source code
45-
uses: actions/checkout@v5
45+
uses: actions/checkout@v6
4646

4747
- name: Configure GIT SSH
4848
run: git config --global url.git@github.com:.insteadOf https://github.com/
@@ -66,7 +66,7 @@ jobs:
6666
- setup-environment
6767
steps:
6868
- name: Check out source code
69-
uses: actions/checkout@v5
69+
uses: actions/checkout@v6
7070

7171
- name: Configure GIT SSH
7272
run: git config --global url.git@github.com:.insteadOf https://github.com/
@@ -97,7 +97,7 @@ jobs:
9797
- setup-environment
9898
steps:
9999
- name: Check out source code
100-
uses: actions/checkout@v5
100+
uses: actions/checkout@v6
101101

102102
- name: Configure GIT SSH
103103
run: git config --global url.git@github.com:.insteadOf https://github.com/
@@ -128,7 +128,7 @@ jobs:
128128
- setup-environment
129129
steps:
130130
- name: Check out source code
131-
uses: actions/checkout@v5
131+
uses: actions/checkout@v6
132132

133133
- name: Configure GIT SSH
134134
run: git config --global url.git@github.com:.insteadOf https://github.com/
@@ -159,7 +159,7 @@ jobs:
159159
- setup-environment
160160
steps:
161161
- name: Check out source code
162-
uses: actions/checkout@v5
162+
uses: actions/checkout@v6
163163

164164
- name: Configure GIT SSH
165165
run: git config --global url.git@github.com:.insteadOf https://github.com/
@@ -207,7 +207,7 @@ jobs:
207207
- "v1.76.0"
208208
steps:
209209
- name: Check out source code
210-
uses: actions/checkout@v5
210+
uses: actions/checkout@v6
211211

212212
- name: Configure GIT SSH
213213
run: git config --global url.git@github.com:.insteadOf https://github.com/
@@ -259,7 +259,7 @@ jobs:
259259

260260
steps:
261261
- name: Check out source code
262-
uses: actions/checkout@v5
262+
uses: actions/checkout@v6
263263

264264
- name: Configure GIT SSH
265265
run: git config --global url.git@github.com:.insteadOf https://github.com/
@@ -425,7 +425,7 @@ jobs:
425425
- setup-environment
426426
steps:
427427
- name: Check out source code
428-
uses: actions/checkout@v5
428+
uses: actions/checkout@v6
429429

430430
- name: Configure GIT SSH
431431
run: git config --global url.git@github.com:.insteadOf https://github.com/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-22.04
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616

1717
- name: Unshallow
1818
run: git fetch --prune --unshallow

0 commit comments

Comments
 (0)