From f77460cfe9914135632ca641fa8a79d327e46828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 02:49:23 +0000 Subject: [PATCH] Bump actions/checkout from 3.5.3 to 4.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.0.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/v3.5.3...v4.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/autofix.yaml | 4 ++-- .github/workflows/lint.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/autofix.yaml b/.github/workflows/autofix.yaml index c3e860c3..c67527e8 100644 --- a/.github/workflows/autofix.yaml +++ b/.github/workflows/autofix.yaml @@ -18,7 +18,7 @@ jobs: name: Generate Pygment styles, format CSS files and create a PR runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v4.0.0 - uses: actions/setup-python@v4.6.1 with: python-version: "3.11" @@ -80,7 +80,7 @@ jobs: name: Format Jinja runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v4.0.0 - uses: actions/setup-python@v4.6.1 with: python-version: "3.11" diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index e8313bc4..21522ef0 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,7 +15,7 @@ jobs: name: Lint Jinja runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v4.0.0 - uses: actions/setup-python@v4.6.1 with: python-version: "3.11" @@ -31,7 +31,7 @@ jobs: name: Lint CSS files runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v4.0.0 - name: Insall stylelint run: | npm install --save-dev stylelint stylelint-config-standard stylelint-config-sass-guidelines