From 136aee1e7f16647be57fdba3744b1cec4d12847b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 12:20:05 +0000 Subject: [PATCH] Bump actions/checkout in the github-actions group across 1 directory Bumps the github-actions group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.4 to 4.1.6 - [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.4...v4.1.6) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/pull_request.yml | 4 ++-- .github/workflows/release.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf93762..b5b9f21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.6 - name: Install Node uses: actions/setup-node@v4.0.2 @@ -42,7 +42,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.6 - name: Build version suffix run: echo "VERSION_SUFFIX=beta.${{ github.run_number }}" >> $GITHUB_ENV diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e6ec8ee..27e00de 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.6 - name: Initialize CodeQL uses: github/codeql-action/init@v3 diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 5a16479..fd6e88e 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.6 - name: Install Node uses: actions/setup-node@v4.0.2 @@ -35,7 +35,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.6 - name: Build version suffix run: echo "VERSION_SUFFIX=alpha.${{ github.event.number }}" >> $GITHUB_ENV diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3799ca8..67f6029 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: run: echo "current_version=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT - name: Check out repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.6 - name: Set up .NET uses: xt0rted/setup-dotnet@v1.5.0