Skip to content

Commit

Permalink
Merge pull request #86 from Homebrew/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
Bo98 committed Sep 5, 2023
2 parents 120107d + 308fde4 commit d9cce7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-triage-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
- Homebrew/rubydoc.brew.sh
steps:
- name: Clone main repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Clone secondary repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ matrix.repo }}
path: vendor/${{ matrix.repo }}
Expand Down

0 comments on commit d9cce7a

Please sign in to comment.