From d87837addb6fbf21583d1f8ec8f75707d45eae14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 01:15:29 +0000 Subject: [PATCH] chore(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/ci.yml | 2 +- .github/workflows/container.yml | 2 +- .github/workflows/email.yml | 2 +- .github/workflows/node-publish.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e09bee..7f3ce5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: egress-policy: audit - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.NPM_TOKEN }} diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 75c2e53..9168fd9 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -57,7 +57,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Login to GitHub Container Registry uses: docker/login-action@v2 diff --git a/.github/workflows/email.yml b/.github/workflows/email.yml index 5ccac77..85cd653 100644 --- a/.github/workflows/email.yml +++ b/.github/workflows/email.yml @@ -105,7 +105,7 @@ jobs: - name: Checkout Code if: inputs.attachment-flag - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Handle Attachments if: inputs.attachment-flag diff --git a/.github/workflows/node-publish.yml b/.github/workflows/node-publish.yml index 2356ab8..5a208a2 100644 --- a/.github/workflows/node-publish.yml +++ b/.github/workflows/node-publish.yml @@ -42,7 +42,7 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after a couple of runs - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false