diff --git a/.github/workflows/custopize.yml b/.github/workflows/custopize.yml index 913b4a7..9472a40 100644 --- a/.github/workflows/custopize.yml +++ b/.github/workflows/custopize.yml @@ -17,7 +17,7 @@ jobs: steps: - name: "⬇ Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "🔎 Get OctoPrint Version" id: octoprint_latestrelease diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml index 882c860..6899aad 100644 --- a/.github/workflows/dispatch.yml +++ b/.github/workflows/dispatch.yml @@ -12,7 +12,7 @@ jobs: steps: - name: ⬇ Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - id: my_latestrelease name: 🔎 Get My Version