From df464fa48d640769a26cf663287c7731adef7f57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 05:04:55 +0000 Subject: [PATCH] Bump actions/checkout from 2.4.0 to 3.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.0.2. - [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.4.0...v3.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot_automerge.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/e2e.yml | 2 +- .github/workflows/elixir_credo.yml | 2 +- .github/workflows/elixir_formatting.yml | 2 +- .github/workflows/elixir_tests.yml | 2 +- .github/workflows/javascript_compile.yml | 2 +- .github/workflows/javascript_lint.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dependabot_automerge.yml b/.github/workflows/dependabot_automerge.yml index 3314856a..d1e33332 100644 --- a/.github/workflows/dependabot_automerge.yml +++ b/.github/workflows/dependabot_automerge.yml @@ -7,7 +7,7 @@ jobs: auto-merge: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.2 - uses: ahmadnassri/action-dependabot-auto-merge@v2.6.0 with: target: minor diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b8dddd8d..bd41f995 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-20.04 timeout-minutes: 30 steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.2 - name: Copy config templates working-directory: "config" run: | diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 74c11614..425b3326 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -39,7 +39,7 @@ jobs: - name: Install system dependencies run: | sudo apt-get install -y imagemagick - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.2 - name: Copy config templates working-directory: "config" run: | diff --git a/.github/workflows/elixir_credo.yml b/.github/workflows/elixir_credo.yml index 51cf8d77..6055ef5e 100644 --- a/.github/workflows/elixir_credo.yml +++ b/.github/workflows/elixir_credo.yml @@ -18,7 +18,7 @@ jobs: if: "github.ref != 'refs/heads/master'" env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.2 - name: Copy config templates working-directory: "config" run: | diff --git a/.github/workflows/elixir_formatting.yml b/.github/workflows/elixir_formatting.yml index c3d7021b..4d2ef9a3 100644 --- a/.github/workflows/elixir_formatting.yml +++ b/.github/workflows/elixir_formatting.yml @@ -18,7 +18,7 @@ jobs: if: "github.ref != 'refs/heads/master'" env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.2 - name: Copy config templates working-directory: "config" run: | diff --git a/.github/workflows/elixir_tests.yml b/.github/workflows/elixir_tests.yml index b15d1f48..88143241 100644 --- a/.github/workflows/elixir_tests.yml +++ b/.github/workflows/elixir_tests.yml @@ -39,7 +39,7 @@ jobs: - name: Install system dependencies run: | sudo apt-get install -y imagemagick - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.2 - name: Copy config templates working-directory: "config" run: | diff --git a/.github/workflows/javascript_compile.yml b/.github/workflows/javascript_compile.yml index fc79b072..bfc46afb 100644 --- a/.github/workflows/javascript_compile.yml +++ b/.github/workflows/javascript_compile.yml @@ -18,7 +18,7 @@ jobs: if: "github.ref != 'refs/heads/master'" env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.2 - name: Copy config templates working-directory: "config" run: | diff --git a/.github/workflows/javascript_lint.yml b/.github/workflows/javascript_lint.yml index 44e75b62..649d2469 100644 --- a/.github/workflows/javascript_lint.yml +++ b/.github/workflows/javascript_lint.yml @@ -18,7 +18,7 @@ jobs: if: "github.ref != 'refs/heads/master'" env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.2 - name: Copy config templates working-directory: "config" run: |