Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
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>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent 68a1607 commit 9d18f6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
USE_GEM_PATCHED_LOCALLY: ${{ matrix.frozen_string_literal }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -27,14 +27,14 @@ jobs:
echo "RGGEN_BRANCH=${GITHUB_REF#refs/heads/}" >> ${GITHUB_ENV}
- name: Checkout RgGen devtools
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: rggen/rggen-devtools
path: rggen-devtools
fetch-depth: 0

- name: Checkout RgGen library list
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: rggen/rggen-checkout
path: rggen-checkout
Expand Down

0 comments on commit 9d18f6b

Please sign in to comment.