Skip to content

Commit df91996

Browse files
build(deps):(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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>
1 parent 2b628c2 commit df91996

26 files changed

+40
-40
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154

155155
steps:
156156
- name: Checkout code
157-
uses: actions/checkout@v4
157+
uses: actions/checkout@v6
158158
with:
159159
ref: ${{ inputs.branch || github.ref }}
160160
- name: Filter Paths
@@ -224,7 +224,7 @@ jobs:
224224
runs-on: ubuntu-latest
225225
steps:
226226
- name: Checkout code
227-
uses: actions/checkout@v4
227+
uses: actions/checkout@v6
228228
with:
229229
ref: ${{ inputs.branch || github.ref }}
230230

.github/workflows/codeflash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
CODEFLASH_API_KEY: ${{ secrets.CODEFLASH_API_KEY }}
2020
CODEFLASH_PR_NUMBER: ${{ github.event.number }}
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
2525
- name: "Setup Environment"

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434

3535
# Initializes the CodeQL tools for scanning.
3636
- name: Initialize CodeQL

.github/workflows/cross-platform-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
main-artifact-name: ${{ steps.set-names.outputs.main-artifact-name }}
3030
steps:
3131
- name: Checkout code
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333
- name: Setup Environment
3434
uses: astral-sh/setup-uv@v6
3535
with:

.github/workflows/deploy-docs-draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout Repository
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2222

2323
- name: Setup Node.js
2424
uses: actions/setup-node@v4

.github/workflows/deploy_gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Deploy to GitHub Pages
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
- uses: actions/setup-node@v4
1919
with:
2020
node-version: 20

.github/workflows/docker-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
exit 1
6969
7070
- name: Check out the code at a specific ref
71-
uses: actions/checkout@v4
71+
uses: actions/checkout@v6
7272
with:
7373
ref: ${{ inputs.ref || inputs.main_version || github.ref }}
7474
persist-credentials: true
@@ -187,7 +187,7 @@ jobs:
187187
needs: [get-version, setup]
188188
steps:
189189
- name: Check out the code at a specific ref
190-
uses: actions/checkout@v4
190+
uses: actions/checkout@v6
191191
with:
192192
ref: ${{ inputs.ref || inputs.main_version || github.ref }}
193193
persist-credentials: true
@@ -282,7 +282,7 @@ jobs:
282282
langbuilder_image: ghcr.io/CloudGeometry/langbuilder:${{ needs.get-version.outputs.version }}
283283
steps:
284284
- name: Check out the code at a specific ref
285-
uses: actions/checkout@v4
285+
uses: actions/checkout@v6
286286
with:
287287
ref: ${{ inputs.ref || inputs.main_version || github.ref }}
288288

@@ -339,7 +339,7 @@ jobs:
339339
- "3.13"
340340
steps:
341341
- name: Check out the code at a specific ref
342-
uses: actions/checkout@v4
342+
uses: actions/checkout@v6
343343
with:
344344
ref: ${{ inputs.ref || inputs.main_version || github.ref }}
345345
- name: "Setup Environment"

.github/workflows/docker_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
name: Test docker images
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v6
3131
- name: Build image
3232
run: |
3333
docker build -t cloudgeometry/langbuilder:latest-dev \

.github/workflows/docs-update-openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919

2020
- name: Install jq
2121
run: sudo apt-get install -y jq

.github/workflows/docs_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout code
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v6
2828
with:
2929
ref: ${{ inputs.branch || github.ref }}
3030

0 commit comments

Comments
 (0)