Skip to content

Commit ff883d6

Browse files
Bump actions/checkout from 5 to 6
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>
1 parent da03e02 commit ff883d6

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- head
4949
runs-on: ${{ matrix.os }}
5050
steps:
51-
- uses: actions/checkout@v5
51+
- uses: actions/checkout@v6
5252
with:
5353
persist-credentials: false
5454

@@ -74,7 +74,7 @@ jobs:
7474
|| github.event.inputs.deploy == 'true'
7575
runs-on: ubuntu-latest
7676
steps:
77-
- uses: actions/checkout@v5
77+
- uses: actions/checkout@v6
7878
with:
7979
persist-credentials: false
8080

@@ -103,7 +103,7 @@ jobs:
103103
# if: (github.event_name == 'push' || github.event.inputs.deploy == 'true')
104104
# runs-on: ubuntu-latest
105105
# steps:
106-
# - uses: actions/checkout@v5
106+
# - uses: actions/checkout@v6
107107
# with:
108108
# persist-credentials: false
109109

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: read
1414
packages: write
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919

.github/workflows/techdocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
publish-techdocs:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
with:
1919
repository: get-bridge/developer_portal
2020
token: ${{ secrets.GIT_HUB_TOKEN }}

0 commit comments

Comments
 (0)