From e100aa47e51513b5d7378e24e9905fb1c185cfc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 06:06:32 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/deploy.yml | 2 +- .github/workflows/docs.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de13193..cd2b831 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: Install system dependencies run: | sudo apt-get install -y imagemagick - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Copy config templates working-directory: "config" run: | @@ -66,7 +66,7 @@ jobs: name: Elixir Formatting runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Copy config templates working-directory: "config" run: | @@ -97,7 +97,7 @@ jobs: name: Elixir Compile warnings runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Copy config templates working-directory: "config" run: | @@ -128,7 +128,7 @@ jobs: name: Credo runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Copy config templates working-directory: "config" run: | @@ -159,7 +159,7 @@ jobs: name: JavaScript Lint runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Copy config templates working-directory: "config" run: | diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 91291af..385f27b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: name: Deploy infra runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 1 - uses: satackey/action-docker-layer-caching@v0.0.11 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 87429d2..bb218a6 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -10,7 +10,7 @@ jobs: name: Docs runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3 - name: Copy config templates working-directory: "config" run: |