Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3 (#333)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Ross <grayside@gmail.com>
  • Loading branch information
renovate-bot and grayside authored Mar 22, 2022
1 parent 89ea00a commit e0810e3
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Check out repo
uses: actions/checkout@v2
uses: actions/checkout@v3
# Compile the protos to make sure they're valid
- run: ./scripts/compile.sh
2 changes: 1 addition & 1 deletion .github/workflows/copybara.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
create_pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Checkout a pull request from copybara to main
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gen_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Check out repo
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Node for gen/postgen scripts
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Check out repo
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Node for gen/postgen scripts
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Check out repo
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Go for https://github.com/google/addlicense
uses: actions/setup-go@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate_clients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
DOTNET_NOLOGO: true
steps:
- name: Check out our repo
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Check out google-cloudevents-dotnet
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: googleapis/google-cloudevents-dotnet
path: google-cloudevents-dotnet
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate_jsonschemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Check out repo
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit e0810e3

Please sign in to comment.