Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent 3bf8a46 commit e825e1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
test-bot: false

- name: Check out Pull Request
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -53,7 +53,7 @@ jobs:
test-bot: false

- name: Check out Pull Request
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-ci-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone main repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Clone secondary repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: Homebrew/homebrew-cask
path: homebrew-cask
Expand Down

0 comments on commit e825e1d

Please sign in to comment.