From e26063868367d93953d032a32cf6552363ff02b4 Mon Sep 17 00:00:00 2001 From: Marcel Bargull Date: Sat, 16 Mar 2024 15:42:57 +0100 Subject: [PATCH] Update to actions/checkout@v4 to avoid CI warnings Signed-off-by: Marcel Bargull --- .github/workflows/lint.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 04859603..e20845b0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: install mamba uses: mamba-org/setup-micromamba@v1 with: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5b1a85cc..e3cd5b83 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: conda-build-version: '*' python-version: '*' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: install mamba uses: mamba-org/setup-micromamba@v1 with: