From ae377ab024dde3debf75d4a9bc6ab6c154ce093c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 05:26:39 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.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/v4.1.7...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/audit-hex.yml | 2 +- .github/workflows/audit-npm.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/update-license-year.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/audit-hex.yml b/.github/workflows/audit-hex.yml index 0914e7a8..1a445abd 100644 --- a/.github/workflows/audit-hex.yml +++ b/.github/workflows/audit-hex.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Setup Erlang/OTP with Elixir uses: erlef/setup-beam@v1.18.1 diff --git a/.github/workflows/audit-npm.yml b/.github/workflows/audit-npm.yml index 4bfc9649..4d057497 100644 --- a/.github/workflows/audit-npm.yml +++ b/.github/workflows/audit-npm.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Audit packages run: npm audit diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20a65b3d..1fe9e8b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 # —————————————————————————————————————————————— # # Docker # diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2c4c0d20..9e09e105 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: core.setFailed('Error: Release is possible only on the main branch') - name: Checkout code - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 diff --git a/.github/workflows/update-license-year.yml b/.github/workflows/update-license-year.yml index a6d13041..6a7403a6 100644 --- a/.github/workflows/update-license-year.yml +++ b/.github/workflows/update-license-year.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Update license year uses: FantasticFiasco/action-update-license-year@v3.0.2