From aa3c1b19227610327ef5741ada0e8e932183477b Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 24 Sep 2025 22:37:53 +0000 Subject: [PATCH] chore(all): update deps --- .github/workflows/public.yml | 8 ++++---- .github/workflows/py.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/public.yml b/.github/workflows/public.yml index 9103f50..ac6fa20 100644 --- a/.github/workflows/public.yml +++ b/.github/workflows/public.yml @@ -14,10 +14,10 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v5 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v6 with: python-version: '3.x' @@ -41,12 +41,12 @@ jobs: steps: - name: Set up Go 1.x - uses: actions/setup-go@v2 + uses: actions/setup-go@v6 # Use default go version so that we don't have to update it every time a new one comes out. id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v5 - name: Get dependencies run: | diff --git a/.github/workflows/py.yml b/.github/workflows/py.yml index b9f3b86..918d837 100644 --- a/.github/workflows/py.yml +++ b/.github/workflows/py.yml @@ -16,10 +16,10 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v5 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v6 with: python-version: '3.x'