Skip to content

Commit

Permalink
Merge pull request #9 from rggen/dependabot/github_actions/actions/ch…
Browse files Browse the repository at this point in the history
…eckout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
taichi-ishitani authored Sep 5, 2023
2 parents e7b1802 + 18e109c commit 23ade09
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 23ade09

Please sign in to comment.