Skip to content

Commit 595c427

Browse files
authored
Merge pull request #4 from SimplyPrint/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 74a80fe + 7daf519 commit 595c427

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/custopize.yml

+1-1
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

+1-1
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)