From 984cbadb2b925652422663306d38f83ad983c12b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 10:06:58 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.1 to 4.1.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.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/v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/gitevents-ics.yml | 2 +- .github/workflows/gitevents-invite.yml | 2 +- .github/workflows/gitevents.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gitevents-ics.yml b/.github/workflows/gitevents-ics.yml index 32007e8..4b8a00a 100644 --- a/.github/workflows/gitevents-ics.yml +++ b/.github/workflows/gitevents-ics.yml @@ -9,7 +9,7 @@ jobs: generate: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.2 - uses: actions/setup-node@v4 - name: GitEvents ICS Generator uses: gitevents/ics@v1.3.3 diff --git a/.github/workflows/gitevents-invite.yml b/.github/workflows/gitevents-invite.yml index 3532d16..79c55bb 100644 --- a/.github/workflows/gitevents-invite.yml +++ b/.github/workflows/gitevents-invite.yml @@ -18,7 +18,7 @@ jobs: invite: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.2 - uses: actions/setup-node@v4 with: node-version: 16 diff --git a/.github/workflows/gitevents.yml b/.github/workflows/gitevents.yml index 39686dd..ee4f0c6 100644 --- a/.github/workflows/gitevents.yml +++ b/.github/workflows/gitevents.yml @@ -12,7 +12,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.2 - uses: actions/setup-node@v4 with: node-version: 16