Skip to content

Commit 51fbca6

Browse files
authored
chore(deps): update actions/checkout action to v3.5.3 (GoogleCloudPlatform#3265)
1 parent 6c29539 commit 51fbca6

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.github/workflows/ai-platform-snippets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run:
4545
working-directory: 'ai-platform/snippets'
4646
steps:
47-
- uses: actions/checkout@v3.5.2
47+
- uses: actions/checkout@v3.5.3
4848
with:
4949
ref: ${{github.event.pull_request.head.sha}}
5050
- uses: 'google-github-actions/auth@v1.1.1'

.github/workflows/automl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run:
4545
working-directory: 'automl'
4646
steps:
47-
- uses: actions/checkout@v3.5.2
47+
- uses: actions/checkout@v3.5.3
4848
with:
4949
ref: ${{github.event.pull_request.head.sha}}
5050
- uses: 'google-github-actions/auth@v1.1.1'

.github/workflows/dialogflow-cx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run:
4848
working-directory: 'dialogflow-cx'
4949
steps:
50-
- uses: actions/checkout@v3.5.2
50+
- uses: actions/checkout@v3.5.3
5151
with:
5252
ref: ${{github.event.pull_request.head.sha}}
5353
- uses: 'google-github-actions/auth@v1.1.1'

.github/workflows/functions-slack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run:
4646
working-directory: 'functions/slack'
4747
steps:
48-
- uses: actions/checkout@v3.5.2
48+
- uses: actions/checkout@v3.5.3
4949
with:
5050
ref: ${{github.event.pull_request.head.sha}}
5151
- uses: 'google-github-actions/auth@v1.1.1'

.github/workflows/iam-deny.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run:
4646
working-directory: 'iam/deny'
4747
steps:
48-
- uses: actions/checkout@v3.3.0
48+
- uses: actions/checkout@v3.5.3
4949
with:
5050
ref: ${{github.event.pull_request.head.sha}}
5151
- uses: 'google-github-actions/auth@v1.1.1'

.github/workflows/security-center-snippets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run:
4545
working-directory: 'security-center/snippets'
4646
steps:
47-
- uses: actions/checkout@v3.5.2
47+
- uses: actions/checkout@v3.5.3
4848
with:
4949
ref: ${{github.event.pull_request.head.sha}}
5050
- uses: 'google-github-actions/auth@v1.1.1'

.github/workflows/storagetransfer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run:
4545
working-directory: 'storagetransfer'
4646
steps:
47-
- uses: actions/checkout@v3.5.2
47+
- uses: actions/checkout@v3.5.3
4848
with:
4949
ref: ${{github.event.pull_request.head.sha}}
5050
- uses: 'google-github-actions/auth@v1.1.1'

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run:
3636
working-directory: ${{ inputs.path }}
3737
steps:
38-
- uses: actions/checkout@v3.5.2
38+
- uses: actions/checkout@v3.5.3
3939
with:
4040
ref: ${{github.event.pull_request.head.sha}}
4141
- uses: 'google-github-actions/auth@v1.1.1'

.github/workflows/vision.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run:
4545
working-directory: 'vision'
4646
steps:
47-
- uses: actions/checkout@v3.5.2
47+
- uses: actions/checkout@v3.5.3
4848
with:
4949
ref: ${{github.event.pull_request.head.sha}}
5050
- uses: 'google-github-actions/auth@v1.1.1'

0 commit comments

Comments
 (0)