From a81bae0d4d915dd11772957f03f1a94b35be2965 Mon Sep 17 00:00:00 2001 From: Filippo Mariotti Date: Sun, 29 Nov 2020 21:56:52 +0000 Subject: [PATCH] Actions versions --- .github/workflows/ci.yaml | 8 ++++---- .github/workflows/release.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e8d69dc2..7c39ed42 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-18.04 steps: - name: Branch Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 with: fetch-depth: 0 - name: Install Java And Sbt @@ -49,7 +49,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Branch Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 with: fetch-depth: 0 - name: Install Java And Sbt @@ -77,7 +77,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Branch Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 with: fetch-depth: 0 - name: Install Java And Sbt @@ -110,7 +110,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Branch Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 with: fetch-depth: 0 - name: Install Java And Sbt diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6989e724..71f09fb4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Branch Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 with: fetch-depth: 0 - name: Install Java And Sbt @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Branch Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 with: fetch-depth: 0 - name: Install Java And Sbt