Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3 to 4 (#71)
Browse files Browse the repository at this point in the history
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](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent e820a55 commit 916a271
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout nightlies
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: nightlies

Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
env: ${{ matrix.setting.environment }}
steps:
- name: Checkout nightlies
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: nightlies

Expand All @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 916a271

Please sign in to comment.