From 1eea28481074bd36d59571c752fddf5e2fe27d5a Mon Sep 17 00:00:00 2001 From: paperspace <29749331+aarnphm@users.noreply.github.com> Date: Mon, 27 May 2024 15:52:38 +0000 Subject: [PATCH] chore: update actions to v5 Signed-off-by: paperspace <29749331+aarnphm@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/create-releases.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 932f2e39..0d64a9db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: name: General API tests steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # ratchet:actions/checkout@v4 - - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # ratchet:actions/setup-python@v4 + - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # ratchet:actions/setup-python@v5 with: python-version-file: '.python-version-default' - name: setup tooling diff --git a/.github/workflows/create-releases.yml b/.github/workflows/create-releases.yml index d66279f5..d4fa4dd7 100644 --- a/.github/workflows/create-releases.yml +++ b/.github/workflows/create-releases.yml @@ -112,7 +112,7 @@ jobs: with: fetch-depth: 0 - name: Setup python - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # ratchet:actions/setup-python@v5.0.0 + uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # ratchet:actions/setup-python@v5 with: python-version-file: .python-version-default - name: Install dependencies