Skip to content

Commit 0d67656

Browse files
chore(deps): update actions/checkout action to v6 (#1470)
* chore(deps): update kibana-openapi-spec digest to 4ea17be * chore(deps): update actions/checkout action to v6 --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent a144f6b commit 0d67656

File tree

4 files changed

+1975
-445
lines changed

4 files changed

+1975
-445
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
contents: read
2424

2525
steps:
26-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
26+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2727
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
2828
with:
2929
go-version-file: 'go.mod'

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
timeout-minutes: 5
2020
steps:
21-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
21+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2222
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
2323
with:
2424
go-version-file: 'go.mod'
@@ -34,7 +34,7 @@ jobs:
3434
name: Lint
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
37+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3838
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
3939
with:
4040
go-version-file: 'go.mod'
@@ -139,7 +139,7 @@ jobs:
139139
- version: '8.4.3'
140140
runner: ubuntu-22.04
141141
steps:
142-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
142+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
143143
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
144144
with:
145145
go-version-file: 'go.mod'

0 commit comments

Comments
 (0)