Skip to content

Commit

Permalink
Bump actions/checkout from 3.5.3 to 3.6.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.5.3...v3.6.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 25, 2023
1 parent f9468cc commit 0e82652
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autofix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v3.6.0
- uses: actions/setup-python@v4.6.1
with:
python-version: "3.11"
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
name: Format Jinja
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v3.6.0
- uses: actions/setup-python@v4.6.1
with:
python-version: "3.11"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Lint Jinja
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v3.6.0
- uses: actions/setup-python@v4.6.1
with:
python-version: "3.11"
Expand All @@ -31,7 +31,7 @@ jobs:
name: Lint CSS files
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v3.6.0
- name: Insall stylelint
run: |
npm install --save-dev stylelint stylelint-config-standard stylelint-config-sass-guidelines
Expand Down

0 comments on commit 0e82652

Please sign in to comment.