From 4ef06207f293af40a6e3ef66853f89635c404321 Mon Sep 17 00:00:00 2001 From: gbayarri Date: Fri, 5 Apr 2024 13:22:46 +0200 Subject: [PATCH] changes in GH --- .github/workflows/linting_and_testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linting_and_testing.yml b/.github/workflows/linting_and_testing.yml index f441855..a437611 100644 --- a/.github/workflows/linting_and_testing.yml +++ b/.github/workflows/linting_and_testing.yml @@ -24,7 +24,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - run: echo "Repository -> ${{ github.repository }}" - run: echo "Branch -> ${{ github.ref }}" @@ -84,7 +84,7 @@ jobs: genbadge flake8 --name "Flake8" --input-file ./reports/flake8/flake8stats.txt --output-file ./reports/flake8/flake8badge.svg - name: Checkout biobb_common - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: bioexcel/biobb_common path: './biobb_common'