Skip to content

Commit

Permalink
Merge branch 'master' of github.com:neutronX/django-markdownx
Browse files Browse the repository at this point in the history
  • Loading branch information
adi- committed May 20, 2024
2 parents 14ed783 + 847559d commit 19417ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
update: true
install: zlib

- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand All @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.3

- name: Set up Python
uses: actions/setup-python@v4
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
python-version: "3.10"

- name: Checkout branch
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.5.3

- name: Restore docs environment and build docs
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
update: true
install: zlib

- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit 19417ce

Please sign in to comment.