From 99b375ca08b880602a413bef35c796ad9e9265c4 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 5b09f91..dedcdac 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 682b5c6..41a708a 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.5 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.5 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.5 with: