Merge pull request #1521 from rbenv/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
This commit is contained in:
Hiroshi SHIBATA 2023-09-05 08:35:57 +09:00 committed by GitHub
commit 5d78e47399
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ jobs:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install bats
run: git clone --depth 1 https://github.com/sstephenson/bats.git
- name: Run tests

View file

@ -19,7 +19,7 @@ jobs:
steps:
- name: Repository checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0