Skip to content

Commit 8ddd2e7

Browse files
chore(deps): bump actions/checkout from 5 to 6 (#6169)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e09754a commit 8ddd2e7

File tree

14 files changed

+20
-20
lines changed

14 files changed

+20
-20
lines changed

.github/workflows/api-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
push-to-documentation-branch:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Add key
1818
env:
1919
SSH_AUTH_SOCK: /tmp/ssh_agent.sock

.github/workflows/auto-dependabot-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: github.actor == 'dependabot[bot]' && !github.event.pull_request.head.repo.fork
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
with:
1313
fetch-depth: 0
1414
ref: ${{ github.event.pull_request.head.ref }}

.github/workflows/auto-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: github.actor != 'dependabot[bot]' && !github.event.pull_request.head.repo.fork
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
with:
1313
fetch-depth: 0
1414
ref: ${{ github.event.pull_request.head.ref }}

.github/workflows/blackduck.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
timeout-minutes: 15
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- run: git fetch --depth=1
1515
- uses: actions/setup-node@v6
1616
with:

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
matrix:
3232
node-version: [20, 22]
3333
steps:
34-
- uses: actions/checkout@v5
34+
- uses: actions/checkout@v6
3535
- run: git fetch --depth=1
3636
- uses: actions/setup-node@v6
3737
with:
@@ -62,7 +62,7 @@ jobs:
6262
if: inputs.canary-release-skip-checks == false
6363
runs-on: ubuntu-latest
6464
steps:
65-
- uses: actions/checkout@v5
65+
- uses: actions/checkout@v6
6666
- run: git fetch --depth=1
6767
- uses: actions/setup-node@v6
6868
with:
@@ -107,7 +107,7 @@ jobs:
107107
if: inputs.canary-release-skip-checks == false
108108
runs-on: ubuntu-latest
109109
steps:
110-
- uses: actions/checkout@v5
110+
- uses: actions/checkout@v6
111111
- run: git fetch --depth=1
112112
- uses: actions/setup-node@v6
113113
with:
@@ -151,7 +151,7 @@ jobs:
151151
REF_NAME: ${{ github.ref_name }}
152152
REF: ${{ github.ref }}
153153
steps:
154-
- uses: actions/checkout@v5
154+
- uses: actions/checkout@v6
155155
- run: git fetch --depth=1
156156
- id: date-check
157157
name: Check if latest commit is within 24 hrs
@@ -178,7 +178,7 @@ jobs:
178178
permissions:
179179
id-token: write
180180
steps:
181-
- uses: actions/checkout@v5
181+
- uses: actions/checkout@v6
182182
- run: git fetch --depth=1
183183
- uses: actions/setup-node@v6
184184
with:
@@ -200,7 +200,7 @@ jobs:
200200
runs-on: ubuntu-latest
201201
needs: [tests, checks]
202202
steps:
203-
- uses: actions/checkout@v5
203+
- uses: actions/checkout@v6
204204
- run: git fetch --depth=1
205205
- uses: actions/setup-node@v6
206206
with:

.github/workflows/bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
bump:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
with:
1616
token: ${{ secrets.GH_CLOUD_SDK_JS_ADMIN_WRITE_TOKEN }}
1717
ref: 'main'

.github/workflows/check-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
check-pr:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- name: Collect changed files
1616
uses: step-security/[email protected]
1717
id: changed-files

.github/workflows/codeql-analysis.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@v5
33+
uses: actions/checkout@v6
3434
with:
3535
# We must fetch at least the immediate parents so that if this is
3636
# a pull request then we can checkout the head.

.github/workflows/downloads.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
downloads:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- run: git fetch --depth=1
1414
- uses: actions/setup-node@v6
1515
with:

.github/workflows/fosstars-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
name: 'Security rating'
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- uses: SAP/[email protected]
1414
with:
1515
report-branch: fosstars-report

0 commit comments

Comments
 (0)