From cfdd2211a681359a377edc8005adae4789b0c80e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 11:46:37 +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/docker-images.yml | 2 +- .github/workflows/gh-pages.yml | 4 ++-- .github/workflows/main.yml | 4 ++-- .github/workflows/yarn-upgrade.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docker-images.yml b/.github/workflows/docker-images.yml index 4ade667861..cfcad02e32 100644 --- a/.github/workflows/docker-images.yml +++ b/.github/workflows/docker-images.yml @@ -34,7 +34,7 @@ jobs: DEFAULT_NODE_MAJOR_VERSION: 16 steps: - name: Check out - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Determine if we should run the validation or not - name: Should this run? diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index e66971fccc..c6fce8593b 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v4 with: @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: gh-pages token: ${{ secrets.PROJEN_GITHUB_TOKEN }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e65b35ca77..47bb54f7dd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: steps: # Check out the code - name: Check out - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Set up all of our standard runtimes - name: Set up .NET 6 uses: actions/setup-dotnet@v3 @@ -110,7 +110,7 @@ jobs: steps: # Check out the code - name: Check out - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Set up all of our standard runtimes - name: Set up .NET 6 uses: actions/setup-dotnet@v3 diff --git a/.github/workflows/yarn-upgrade.yml b/.github/workflows/yarn-upgrade.yml index 77f50884b0..ce4d595aa0 100644 --- a/.github/workflows/yarn-upgrade.yml +++ b/.github/workflows/yarn-upgrade.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Check Out - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Node uses: actions/setup-node@v3 @@ -118,7 +118,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check Out - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download patch uses: actions/download-artifact@v3