Skip to content

Commit 7daf519

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9132092 commit 7daf519

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/custopize.yml

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

1919
- name: "⬇ Checkout"
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121

2222
- name: "🔎 Get OctoPrint Version"
2323
id: octoprint_latestrelease

.github/workflows/dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313

1414
- name: ⬇ Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- id: my_latestrelease
1818
name: 🔎 Get My Version

0 commit comments

Comments
 (0)