Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2023
1 parent 9a0a49b commit ce5030e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/copybara.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
(github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'migrate:protocol'))
steps:
- name: "Setup: Checkout"
uses: actions/checkout@v2
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
- name: "Migrate: Protocol"
uses: sgammon/copybara-action@5669453d54072738035b0985cfe322d0ee5de0db
with:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
# Pull code.
- name: "Setup: Checkout"
uses: actions/checkout@v2
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
- name: "Migrate: Cluster"
uses: sgammon/copybara-action@5669453d54072738035b0985cfe322d0ee5de0db
with:
Expand Down

0 comments on commit ce5030e

Please sign in to comment.