From 3b5a8363d43d97986ea112f9b195a7dfd023f35b Mon Sep 17 00:00:00 2001 From: Domenico Francesco Bruscino Date: Fri, 6 Oct 2023 11:26:35 +0200 Subject: [PATCH] [NO-ISSUE] Update actions/checkout to v3 --- .github/workflows/ci.yml | 2 +- .github/workflows/merge-rules.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/update.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3134776..3c6b226 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Execute the tests run: ./run_test.sh diff --git a/.github/workflows/merge-rules.yml b/.github/workflows/merge-rules.yml index 68abd20..5fb3a8d 100644 --- a/.github/workflows/merge-rules.yml +++ b/.github/workflows/merge-rules.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Get Commit Message diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c62c9a0..2a99992 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout the repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Create release tag if: ${{ github.event_name == 'workflow_dispatch' }} diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index f9fdcc9..eb3a584 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -52,7 +52,7 @@ jobs: steps: - name: Checkout the repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up the repo run: |