Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,19 @@ jobs:
uses: actions/checkout@v5.0.0

- name: Spell check EN language
uses: rojopolis/spellcheck-github-actions@0.54.0
uses: rojopolis/spellcheck-github-actions@0.55.0
with:
config_path: .spellcheck-en.yaml

- name: Spell check ES language
uses: rojopolis/spellcheck-github-actions@0.54.0
uses: rojopolis/spellcheck-github-actions@0.55.0
with:
config_path: .spellcheck-es.yaml

# rojopolis/spellcheck-github-actions does not support PT-BR,
# only PT, and PT-BR is too different to pass a PT spellcheck
- name: Set up Python for PT-BR
uses: actions/setup-python@v6.0.0
uses: actions/setup-python@v6.1.0
with:
python-version: '3.10'

Expand All @@ -95,7 +95,7 @@ jobs:
uses: actions/checkout@v5.0.0

- name: Install python
uses: actions/setup-python@v6.0.0
uses: actions/setup-python@v6.1.0
with:
python-version: 3.x

Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
uses: actions/checkout@v5.0.0

- name: Install python
uses: actions/setup-python@v6.0.0
uses: actions/setup-python@v6.1.0
with:
python-version: 3.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/housekeeping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
keep_minimum_runs: 10

- name: Delete unused workflows
uses: otto-de/purge-deprecated-workflow-runs@v4.0.1
uses: otto-de/purge-deprecated-workflow-runs@v4.0.2
with:
token: ${{ github.token }}

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/checkout@v5.0.0

- name: Spell check EN language
uses: rojopolis/spellcheck-github-actions@0.54.0
uses: rojopolis/spellcheck-github-actions@0.55.0
with:
config_path: .spellcheck-en.yaml

Expand All @@ -65,7 +65,7 @@ jobs:
uses: actions/checkout@v5.0.0

- name: Spell check ES language
uses: rojopolis/spellcheck-github-actions@0.54.0
uses: rojopolis/spellcheck-github-actions@0.55.0
with:
config_path: .spellcheck-es.yaml

Expand All @@ -79,7 +79,7 @@ jobs:
# rojopolis/spellcheck-github-actions does not support PT-BR,
# only PT, and PT-BR is too different to pass a PT spellcheck
- name: Set up Python
uses: actions/setup-python@v6.0.0
uses: actions/setup-python@v6.1.0
with:
python-version: '3.10'

Expand All @@ -102,7 +102,7 @@ jobs:
uses: actions/checkout@v5.0.0

- name: Install python
uses: actions/setup-python@v6.0.0
uses: actions/setup-python@v6.1.0
with:
python-version: 3.x

Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
uses: actions/checkout@v5.0.0

- name: Install python
uses: actions/setup-python@v6.0.0
uses: actions/setup-python@v6.1.0
with:
python-version: 3.x

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v5.0.0

- name: Install python
uses: actions/setup-python@v6.0.0
uses: actions/setup-python@v6.1.0
with:
python-version: 3.x

Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
sed -e s/x.x.x/${releaseVersion:1}/g .release-note-template.md > ./release-notes.txt

- name: Create release notes
uses: softprops/action-gh-release@v2.4.1
uses: softprops/action-gh-release@v2.4.2
with:
draft: true
name: "${releaseVersion:1}"
Expand Down