Skip to content

Commit

Permalink
upgrade versions workflows and requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
DMarinhoCodacy committed Oct 8, 2024
1 parent 7837c0f commit f66e25b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Create Jira issue
id: create_jira_issue
uses: atlassian/gajira-create@v3.0.1
uses: atlassian/gajira-create@v3
with:
project: DOCS
issuetype: Bug
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Obtain pull request number
id: pull_request
if: github.ref != 'refs/heads/master' && !startsWith(github.ref, 'refs/heads/release/v')
uses: jwalton/gh-find-current-pr@v1
uses: jwalton/gh-find-current-pr@master

- name: Set up environment variables
if: github.ref != 'refs/heads/master' && !startsWith(github.ref, 'refs/heads/release/v')
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

# Deploy Self-hosted docs on push to release/vM.m branch
- name: Set up git author
uses: oleksiyrudenko/gha-git-credentials@v2
uses: oleksiyrudenko/gha-git-credentials@latest
if: startsWith(github.ref, 'refs/heads/release/v')
with:
name: ${{ github.actor }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.x"
python-version: "3."
cache: "pip"

- name: Install dependencies
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

- name: Create pull request
if: steps.calibre.outputs.markdown != ''
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
title: "clean: Compress images"
branch-suffix: timestamp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
submodules: false

- name: Vale
uses: errata-ai/vale-action@v2.1.0
uses: errata-ai/vale-action@reviewdog
with:
filter_mode: added
debug: true
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
mkdocs==1.6.1
mike==2.1.3
markdown==3.7
mkdocs-material==8.2.3
Jinja2==3.1.3
mkdocs-material==9.5.39
Jinja2==3.1.4

# Markdown extensions
Pygments==2.18.0
pymdown-extensions==10.9
pymdown-extensions==10.11.2

# MkDocs plugins
mkdocs-exclude-search==0.6.6
mkdocs-exclude==1.0.2
mkdocs-git-revision-date-localized-plugin==1.2.7
mkdocs-git-revision-date-localized-plugin==1.2.9
mkdocs-include-markdown-plugin==6.2.2
mkdocs-macros-plugin==1.0.5
mkdocs-macros-plugin==1.2.0
mkdocs-meta-descriptions-plugin==3.0.0
mkdocs-monorepo-plugin==1.1.0
mkdocs-redirects==1.2.1
Expand Down

0 comments on commit f66e25b

Please sign in to comment.