Skip to content

Commit ae378d4

Browse files
build(deps): bump actions/checkout from 5 to 6 in the github-actions group (#48)
build(deps): bump actions/checkout in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a0dc7cd commit ae378d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/copr-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
zip
174174
175175
- name: Checkout
176-
uses: actions/checkout@v5
176+
uses: actions/checkout@v6
177177

178178
- name: Set git safe directory
179179
run: git config --global --add safe.directory '*'

0 commit comments

Comments
 (0)