Skip to content

Commit bc792af

Browse files
committed
chore(deps): update actions/checkout action to v4
1 parent d8d4358 commit bc792af

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
compile:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- name: Setup Node.js
1313
uses: actions/setup-node@v1
1414
with:

.github/workflows/buildpack-integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
GITHUB_CONTEXT: ${{ toJSON(github) }}
9292
run: echo "$GITHUB_CONTEXT"
9393
- name: Checkout functions-framework-conformance
94-
uses: actions/checkout@v3
94+
uses: actions/checkout@v4
9595
with:
9696
repository: 'GoogleCloudPlatform/functions-framework-conformance'
9797
ref: ${{ inputs.conformance-action-version }}
@@ -157,7 +157,7 @@ jobs:
157157
run: echo "$HOME/go/bin" >> $GITHUB_PATH
158158
- name: Check out repository
159159
if: ${{ matrix.builder-source }}
160-
uses: actions/checkout@v3
160+
uses: actions/checkout@v4
161161
- name: Prerun script
162162
if: ${{ matrix.builder-source && inputs.prerun }}
163163
run: bash -x ${{ inputs.prerun }}

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
run-conformance:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212

1313
- uses: actions/setup-go@v2
1414
with:

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Check out repo
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717

1818
- name: Set up Go
1919
uses: actions/setup-go@v2

0 commit comments

Comments
 (0)