From 6876fbb0aadcf5a3555d2410342040b83d25a399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 01:56:58 +0100 Subject: [PATCH] build(deps): bump actions/checkout from 2.4.0 to 3 (#2186) --- .github/workflows/ci.yaml | 20 ++++++++++---------- .github/workflows/loadtest.yaml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 96fa95798..65a651c38 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: name: Lint & check code style runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3 - name: Setup Nix Environment uses: ./.github/actions/setup-nix with: @@ -35,7 +35,7 @@ jobs: # https://github.com/actions/runner/issues/241#issuecomment-842566950 shell: script -qec "bash --noprofile --norc -eo pipefail {0}" steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3 - name: Setup Nix Environment uses: ./.github/actions/setup-nix with: @@ -70,7 +70,7 @@ jobs: # https://github.com/actions/runner/issues/241#issuecomment-842566950 shell: script -qec "bash --noprofile --norc -eo pipefail {0}" steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3 - name: Setup Nix Environment uses: ./.github/actions/setup-nix with: @@ -93,7 +93,7 @@ jobs: name: Test memory (Nix) runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3 - name: Setup Nix Environment uses: ./.github/actions/setup-nix with: @@ -106,7 +106,7 @@ jobs: name: Build Linux static (Nix) runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3 - name: Setup Nix Environment uses: ./.github/actions/setup-nix with: @@ -178,7 +178,7 @@ jobs: name: Build ${{ matrix.name }} (Stack) runs-on: ${{ matrix.runs-on }} steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3 - name: Stack working files cache uses: actions/cache@v2.1.7 with: @@ -209,7 +209,7 @@ jobs: name: Get FreeBSD build from CirrusCI runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3 - name: Get FreeBSD executable from CirrusCI env: # GITHUB_SHA does weird things for pull request, so we roll our own: @@ -239,7 +239,7 @@ jobs: version: ${{ steps.Identify-Version.outputs.version }} isprerelease: ${{ steps.Identify-Version.outputs.isprerelease }} steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3 - id: Identify-Version name: Identify the version to be released run: | @@ -292,7 +292,7 @@ jobs: env: VERSION: ${{ needs.Prepare-Release.outputs.version }} steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3 - name: Download all artifacts uses: actions/download-artifact@v3 with: @@ -351,7 +351,7 @@ jobs: VERSION: ${{ needs.Prepare-Release.outputs.version }} ISPRERELEASE: ${{ needs.Prepare-Release.outputs.isprerelease }} steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3 - name: Setup Nix Environment uses: ./.github/actions/setup-nix with: diff --git a/.github/workflows/loadtest.yaml b/.github/workflows/loadtest.yaml index 228b16379..b14f7c11b 100644 --- a/.github/workflows/loadtest.yaml +++ b/.github/workflows/loadtest.yaml @@ -15,7 +15,7 @@ jobs: name: Loadtest (Nix) runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Setup Nix Environment