Skip to content

Commit 2ac284e

Browse files
authored
Merge pull request #39 from jneilliii/dependabot/github_actions/actions/checkout-6
2 parents 70b6688 + 676c9e9 commit 2ac284e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_windows_installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020

2121
- name: 📌 Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323

2424
- name: 🔨 Install OctoPrint into WinPython
2525
run: |

.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@v5
15+
uses: actions/checkout@v6
1616

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

0 commit comments

Comments
 (0)