Skip to content

Commit 57bc461

Browse files
build(deps): bump actions/checkout from 4.2.1 to 4.2.2 (#591)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@eef6144...11bd719) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9c855f1 commit 57bc461

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
timeout-minutes: 30
2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
30+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3131

3232
- name: Setup Pages
3333
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b

.github/workflows/firebase-hosting-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build_and_deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
12+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1313
- run: npm ci && npm run build
1414
working-directory: docs_v2
1515
- uses: FirebaseExtended/action-hosting-deploy@0cbcac4740c2bfb00d632f0b863b57713124eb5a

.github/workflows/firebase-hosting-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
18+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1919
- run: npm ci && npm run build
2020
working-directory: docs_v2
2121
- uses: FirebaseExtended/action-hosting-deploy@0cbcac4740c2bfb00d632f0b863b57713124eb5a

.github/workflows/test.yaml

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

2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
25+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2626
with:
2727
ref: "${{ github.event.pull_request.base.sha }}" # Required for pull_request_target
2828
fetch-depth: 0

0 commit comments

Comments
 (0)