mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-16 21:40:24 +00:00
Bump actions/checkout from 2.3.2 to 3.3.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.2 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.2...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
adcaa9e375
commit
921411735b
2 changed files with 4 additions and 4 deletions
6
.github/workflows/python-publish.yml
vendored
6
.github/workflows/python-publish.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
update: true
|
||||
install: zlib
|
||||
|
||||
- uses: actions/checkout@v2.3.2
|
||||
- uses: actions/checkout@v3.3.0
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v2
|
||||
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.2
|
||||
- uses: actions/checkout@v3.3.0
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
|
|
@ -77,7 +77,7 @@ jobs:
|
|||
python-version: "3.10"
|
||||
|
||||
- name: Checkout branch
|
||||
uses: actions/checkout@v2.3.2
|
||||
uses: actions/checkout@v3.3.0
|
||||
|
||||
- name: Restore docs environment and build docs
|
||||
run: |
|
||||
|
|
|
|||
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
update: true
|
||||
install: zlib
|
||||
|
||||
- uses: actions/checkout@v2.3.2
|
||||
- uses: actions/checkout@v3.3.0
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue