Skip to content

Commit efbd96d

Browse files
chore(deps): bump actions/checkout from 4 to 5 (#98)
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 ed096a2 commit efbd96d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
outputs:
1717
version: ${{ steps.vars.outputs.tag }}
1818
steps:
19-
- uses: actions/checkout@v4.1.4
19+
- uses: actions/checkout@v5
2020
- name: Get tag
2121
id: vars
2222
run: >-

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Check out code from GitHub
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
- name: Set up Python
2323
uses: actions/[email protected]
2424
with:

0 commit comments

Comments
 (0)