From f867e18ab77b547e90a4c901c64484253e840b6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 10:33:55 +0200 Subject: [PATCH] build: bump actions/checkout from 2 to 3 (#254) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/conventionnal-commit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf68b4657..42f382578 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Login against a Docker registry except on PR # https://github.com/docker/login-action diff --git a/.github/workflows/conventionnal-commit.yml b/.github/workflows/conventionnal-commit.yml index 026c0f088..2bd6ced5b 100644 --- a/.github/workflows/conventionnal-commit.yml +++ b/.github/workflows/conventionnal-commit.yml @@ -5,7 +5,7 @@ jobs: name: Conventional PR runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v2 - uses: beemojs/conventional-pr-action@v2 env: