From 3d2b8e47f4310a8d3631b1cafbbb861c8ab0780a Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Thu, 13 Feb 2025 20:56:08 +0200 Subject: [PATCH] CI: Update dependencies --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index aa3339b..42ea69c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Create Release id: create_release uses: actions/create-release@v1 @@ -36,7 +36,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install coreutils for macOS if: matrix.os == 'macos-latest' @@ -47,7 +47,7 @@ jobs: run: choco install zip - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: '3.x'