Skip to content

Commit 48b78c0

Browse files
Bump actions/checkout from 5 to 6 in the github-actions group (#218)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2961dc7 commit 48b78c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
shell: bash
2424

2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727

2828
- name: Setup Python
2929
uses: actions/setup-python@v6
@@ -93,7 +93,7 @@ jobs:
9393
shell: bash
9494

9595
steps:
96-
- uses: actions/checkout@v5
96+
- uses: actions/checkout@v6
9797

9898
- name: Setup Python
9999
uses: actions/setup-python@v6
@@ -165,7 +165,7 @@ jobs:
165165
- plugin: zoom_rooms
166166

167167
steps:
168-
- uses: actions/checkout@v5
168+
- uses: actions/checkout@v6
169169

170170
- name: Setup Python
171171
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)