From d9f116b4bc3b6dbff14f83fd4f7ed238114d0d53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 11:03:29 +0100 Subject: [PATCH] chore(deps): Bump actions/checkout from 3.1.0 to 3.2.0 (#162) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Benjamin Parisel --- .github/workflows/create-release.yml | 2 +- .github/workflows/create-tag.yml | 2 +- .github/workflows/publish-online-example.yml | 2 +- .github/workflows/publish-pr-preview.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index b696330c..362251fb 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -11,7 +11,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 - name: Set env run: | echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV diff --git a/.github/workflows/create-tag.yml b/.github/workflows/create-tag.yml index 7a47f9ac..0a536cf5 100644 --- a/.github/workflows/create-tag.yml +++ b/.github/workflows/create-tag.yml @@ -10,7 +10,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 - name: Bump version and push tag uses: anothrNick/github-tag-action@1.54.0 env: diff --git a/.github/workflows/publish-online-example.yml b/.github/workflows/publish-online-example.yml index 89411a96..74b7c9ae 100644 --- a/.github/workflows/publish-online-example.yml +++ b/.github/workflows/publish-online-example.yml @@ -17,7 +17,7 @@ jobs: generate_theme_example: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 - name: Build Setup uses: ./.github/actions/build-setup - name: Build preview diff --git a/.github/workflows/publish-pr-preview.yml b/.github/workflows/publish-pr-preview.yml index 39ce5af9..23f2b01a 100644 --- a/.github/workflows/publish-pr-preview.yml +++ b/.github/workflows/publish-pr-preview.yml @@ -27,7 +27,7 @@ jobs: with: surge-token: ${{ secrets.SURGE_TOKEN_DOC }} - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 if: github.event.action != 'closed' - name: Build Setup uses: ./.github/actions/build-setup