Skip to content

Commit 1b4777d

Browse files
chore(deps): bump actions/checkout from 4 to 6 (#5916)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a9be7ae commit 1b4777d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/detect-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
needs_sample_expo: ${{ steps.evaluate.outputs.needs_sample_expo }}
8080
needs_web: ${{ steps.evaluate.outputs.needs_web }}
8181
steps:
82-
- uses: actions/checkout@v4
82+
- uses: actions/checkout@v6
8383

8484
- name: Detect changed paths
8585
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1

0 commit comments

Comments
 (0)