From c94d337b8997913974a250c4413cd0046b4a380d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 23:40:55 +0000 Subject: [PATCH] build(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/Pages.yml | 2 +- .github/workflows/Suite.yml | 4 ++-- .github/workflows/Tests.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Pages.yml b/.github/workflows/Pages.yml index 0262c66f..ad687eb1 100644 --- a/.github/workflows/Pages.yml +++ b/.github/workflows/Pages.yml @@ -16,7 +16,7 @@ jobs: GHA_MACHINE_TYPE: "n2-standard-4" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install prerequisites run: | diff --git a/.github/workflows/Suite.yml b/.github/workflows/Suite.yml index 9927aca2..98ab124e 100644 --- a/.github/workflows/Suite.yml +++ b/.github/workflows/Suite.yml @@ -255,7 +255,7 @@ jobs: steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: recursive @@ -565,7 +565,7 @@ jobs: GHA_SA: gh-sa-fpga-tool-perf-ci steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install prerequisites run: | diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 4912db55..a6e13804 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -34,7 +34,7 @@ jobs: update-alternatives --install /usr/bin/python python /usr/bin/python${{ matrix.python-version }} 1 update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: recursive