From 916a271685573f9282df7fcdbb37441475d83466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 09:52:49 +0800 Subject: [PATCH] build(deps): bump actions/checkout from 3 to 4 (#71) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/nightlies.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/nightlies.yml b/.github/workflows/nightlies.yml index 244a780..0d76b35 100644 --- a/.github/workflows/nightlies.yml +++ b/.github/workflows/nightlies.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout nightlies - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: nightlies @@ -160,7 +160,7 @@ jobs: env: ${{ matrix.setting.environment }} steps: - name: Checkout nightlies - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: nightlies @@ -173,7 +173,7 @@ jobs: - name: Checkout Nim if: steps.nim-cache.outputs.cache-hit != 'true' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: nim-lang/Nim ref: ${{ matrix.setting.commit }} @@ -213,7 +213,7 @@ jobs: if: > steps.nim-cache.outputs.cache-hit != 'true' && steps.csources-cache.outputs.cache-hit != 'true' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ${{ steps.csources-version.outputs.repo }} ref: ${{ steps.csources-version.outputs.commit }} @@ -342,7 +342,7 @@ jobs: runs-on: ${{ matrix.builder }} steps: - name: Checkout build scripts - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: nightlies @@ -464,7 +464,7 @@ jobs: - name: Checkout nightlies if: steps.deploy-cache.outputs.cache-hit != 'true' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: nightlies