Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 2 to 3.1.0 #35

Open
wants to merge 1 commit into
base: perforce
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
test-bot: false

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

- name: Check out Pull Request
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
if: github.repository == 'Homebrew/homebrew-cask'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
with:
persist-credentials: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-templates-and-ci-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
- Homebrew/homebrew-cask-versions
steps:
- name: Clone main repository
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0
with:
persist-credentials: false

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