From 47e4a5efd1dca071642e15bcce26789ea2f6c2b3 Mon Sep 17 00:00:00 2001 From: Abdul Fatir Ansari Date: Fri, 5 Apr 2024 09:52:11 +0200 Subject: [PATCH] Change to more recent checkout and setup-python actions --- .github/workflows/ci-mlx.yml | 4 ++-- .github/workflows/ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-mlx.yml b/.github/workflows/ci-mlx.yml index 2cde155..4f187c1 100644 --- a/.github/workflows/ci-mlx.yml +++ b/.github/workflows/ci-mlx.yml @@ -14,9 +14,9 @@ jobs: runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 870f274..947370c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,9 +14,9 @@ jobs: runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies