Skip to content

Commit cb18fa4

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b3f928 commit cb18fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
CACHE_DIR: "/home/www-data/.cache/continuous-integration-workflow"
4848
steps:
4949
- name: "Checkout"
50-
uses: "actions/checkout@v4"
50+
uses: "actions/checkout@v5"
5151
with:
5252
path: "${{ inputs.plugin-key }}"
5353
- name: "Execute init script"

0 commit comments

Comments
 (0)