From df03f3297da215bae8e3fd965aa807f2dc517f3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 14:00:44 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 2.3.4 to 3.3.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.3.4...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/pages.yml | 2 +- .github/workflows/publish.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b529bb5..5b8a66f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: shell: bash name: node.js ${{ matrix.node-version }} steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.head_ref }} diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index e0be2cc..71cf98b 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -15,7 +15,7 @@ jobs: run: shell: bash steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 - name: update siteleaf pages id: siteleaf uses: gofunky/siteleaf-updater@v2.0.2 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index abd69dc..1eb0fca 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: shell: bash name: node.js ${{ matrix.node-version }} steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 - name: setup node.js ${{ matrix.node-version }} uses: actions/setup-node@v2.1.4 with: @@ -60,7 +60,7 @@ jobs: run: shell: bash steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 - name: setup node.js ${{ matrix.node-version }} uses: actions/setup-node@v2.1.4 with: @@ -97,7 +97,7 @@ jobs: run: shell: bash steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 - name: setup node.js ${{ matrix.node-version }} uses: actions/setup-node@v2.1.4 with: