Skip to content

Commit 610c5df

Browse files
Bump actions/checkout from 6.0.2 to 7.0.0 (#75)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...9c091bb) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 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 f7ea68d commit 610c5df

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/pr_validation.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: "Checkout"
26-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
26+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
2727
with:
2828
lfs: true
2929
fetch-depth: 0
@@ -55,7 +55,7 @@ jobs:
5555

5656
steps:
5757
- name: "Checkout"
58-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
58+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
5959
with:
6060
lfs: true
6161
fetch-depth: 0
@@ -83,7 +83,7 @@ jobs:
8383

8484
steps:
8585
- name: "Checkout"
86-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
86+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
8787
with:
8888
fetch-depth: 0
8989

@@ -104,7 +104,7 @@ jobs:
104104

105105
steps:
106106
- name: "Checkout"
107-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
107+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
108108

109109
- name: "ShellCheck (bash)"
110110
run: shellcheck scripts/install-skillserver.sh
@@ -128,7 +128,7 @@ jobs:
128128

129129
steps:
130130
- name: "Checkout"
131-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
131+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
132132
with:
133133
lfs: true
134134
fetch-depth: 0
@@ -173,7 +173,7 @@ jobs:
173173

174174
steps:
175175
- name: "Checkout"
176-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
176+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
177177
with:
178178
lfs: true
179179
fetch-depth: 0

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: "Checkout"
27-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
27+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
2828
with:
2929
lfs: true
3030
fetch-depth: 0
@@ -75,7 +75,7 @@ jobs:
7575

7676
steps:
7777
- name: "Checkout"
78-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
78+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
7979
with:
8080
lfs: true
8181
fetch-depth: 0
@@ -166,7 +166,7 @@ jobs:
166166

167167
steps:
168168
- name: "Checkout"
169-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
169+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
170170
with:
171171
lfs: true
172172
fetch-depth: 0
@@ -203,7 +203,7 @@ jobs:
203203

204204
steps:
205205
- name: "Checkout"
206-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
206+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
207207
with:
208208
fetch-depth: 0
209209

0 commit comments

Comments
 (0)