Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3.5.2 (#3086)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Apr 20, 2023
1 parent 4e15865 commit 1e5c62c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ai-platform-snippets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run:
working-directory: 'ai-platform/snippets'
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2
with:
ref: ${{github.event.pull_request.head.sha}}
- uses: 'google-github-actions/auth@v1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run:
working-directory: 'automl'
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2
with:
ref: ${{github.event.pull_request.head.sha}}
- uses: 'google-github-actions/auth@v1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dialogflow-cx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run:
working-directory: 'dialogflow-cx'
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2
with:
ref: ${{github.event.pull_request.head.sha}}
- uses: 'google-github-actions/auth@v1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functions-slack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run:
working-directory: 'functions/slack'
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2
with:
ref: ${{github.event.pull_request.head.sha}}
- uses: 'google-github-actions/auth@v1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-center-snippets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run:
working-directory: 'security-center/snippets'
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2
with:
ref: ${{github.event.pull_request.head.sha}}
- uses: 'google-github-actions/auth@v1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storagetransfer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run:
working-directory: 'storagetransfer'
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2
with:
ref: ${{github.event.pull_request.head.sha}}
- uses: 'google-github-actions/auth@v1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run:
working-directory: ${{ inputs.path }}
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2
with:
ref: ${{github.event.pull_request.head.sha}}
- uses: 'google-github-actions/auth@v1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run:
working-directory: 'vision'
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2
with:
ref: ${{github.event.pull_request.head.sha}}
- uses: 'google-github-actions/auth@v1.0.0'
Expand Down

0 comments on commit 1e5c62c

Please sign in to comment.