From d7ca5d8b46b44c7f1a09ca7dd14290fab78749f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 23:15:59 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/back.yml | 6 +++--- .github/workflows/front.yml | 2 +- .github/workflows/palletjack.yml | 6 +++--- .github/workflows/website.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/back.yml b/.github/workflows/back.yml index b6db3381..1f05383b 100644 --- a/.github/workflows/back.yml +++ b/.github/workflows/back.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: actions/cache@v3 id: cache @@ -63,7 +63,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: DB Migrations uses: ./.github/actions/back/db-migrations @@ -113,7 +113,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: DB Migrations uses: ./.github/actions/back/db-migrations diff --git a/.github/workflows/front.yml b/.github/workflows/front.yml index f9a839a7..2350cc01 100644 --- a/.github/workflows/front.yml +++ b/.github/workflows/front.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v3 diff --git a/.github/workflows/palletjack.yml b/.github/workflows/palletjack.yml index 1add77ab..fd069fca 100644 --- a/.github/workflows/palletjack.yml +++ b/.github/workflows/palletjack.yml @@ -32,7 +32,7 @@ jobs: python-version: 3.9 - name: ⬇️ Set up code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Dependencies run: | @@ -53,7 +53,7 @@ jobs: steps: - name: ⬇️ Set up code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🚀 Deploy uses: ./.github/actions/palletjack/deploy @@ -73,7 +73,7 @@ jobs: steps: - name: ⬇️ Set up code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🚀 Deploy uses: ./.github/actions/palletjack/deploy diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index ee3226f5..ddc5e2ef 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v3