From d11a5436ca81ceb5087c1fb49eade62518fd3467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 05:05:30 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 2 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. - [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.1.0) --- 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..8a5950c 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.1.0 - 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.1.0 - 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.1.0 - 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.1.0 - 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.1.0 - name: Copy config templates working-directory: "config" run: | diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 91291af..ff3325c 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.1.0 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..74896a1 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.1.0 - name: Copy config templates working-directory: "config" run: |