Skip to content

Commit 509c2ee

Browse files
Bump actions/checkout from 4 to 6 in the all-actions group
Bumps the all-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b89a3b4 commit 509c2ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/render-specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write
1414
steps:
1515
- name: Checkout 🛎️
16-
uses: actions/checkout@v4 # If you're using actions/checkout@v4 you must set persist-credentials to false in most cases for the deployment to work correctly.
16+
uses: actions/checkout@v6 # If you're using actions/checkout@v6 you must set persist-credentials to false in most cases for the deployment to work correctly.
1717
with:
1818
persist-credentials: false
1919

0 commit comments

Comments
 (0)