Skip to content

Commit 323a6f6

Browse files
authored
Merge pull request #164 : update actions in workflows
2 parents d6c1e05 + 526a9b6 commit 323a6f6

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,19 @@ jobs:
6060
uses: actions/[email protected]
6161

6262
- name: Spell check EN language
63-
uses: rojopolis/spellcheck-github-actions@0.51.0
63+
uses: rojopolis/spellcheck-github-actions@0.52.0
6464
with:
6565
config_path: .spellcheck-en.yaml
6666

6767
- name: Spell check ES language
68-
uses: rojopolis/spellcheck-github-actions@0.51.0
68+
uses: rojopolis/spellcheck-github-actions@0.52.0
6969
with:
7070
config_path: .spellcheck-es.yaml
7171

7272
# rojopolis/spellcheck-github-actions does not support PT-BR,
7373
# only PT, and PT-BR is too different to pass a PT spellcheck
7474
- name: Set up Python for PT-BR
75-
uses: actions/setup-python@v5.6.0
75+
uses: actions/setup-python@v6.0.0
7676
with:
7777
python-version: '3.10'
7878

@@ -95,7 +95,7 @@ jobs:
9595
uses: actions/[email protected]
9696

9797
- name: Install python
98-
uses: actions/setup-python@v5.6.0
98+
uses: actions/setup-python@v6.0.0
9999
with:
100100
python-version: 3.x
101101

@@ -128,7 +128,7 @@ jobs:
128128
uses: actions/[email protected]
129129

130130
- name: Install python
131-
uses: actions/setup-python@v5.6.0
131+
uses: actions/setup-python@v6.0.0
132132
with:
133133
python-version: 3.x
134134

.github/workflows/housekeeping.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: Tidy stale PRs and issues
63-
uses: actions/stale@v9
63+
uses: actions/stale@v10.1.0
6464
with:
6565
days-before-issue-stale: 183
6666
days-before-issue-close: -1

.github/workflows/pr.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/[email protected]
5454

5555
- name: Spell check EN language
56-
uses: rojopolis/spellcheck-github-actions@0.51.0
56+
uses: rojopolis/spellcheck-github-actions@0.52.0
5757
with:
5858
config_path: .spellcheck-en.yaml
5959

@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/[email protected]
6666

6767
- name: Spell check ES language
68-
uses: rojopolis/spellcheck-github-actions@0.51.0
68+
uses: rojopolis/spellcheck-github-actions@0.52.0
6969
with:
7070
config_path: .spellcheck-es.yaml
7171

@@ -79,7 +79,7 @@ jobs:
7979
# rojopolis/spellcheck-github-actions does not support PT-BR,
8080
# only PT, and PT-BR is too different to pass a PT spellcheck
8181
- name: Set up Python
82-
uses: actions/setup-python@v5.6.0
82+
uses: actions/setup-python@v6.0.0
8383
with:
8484
python-version: '3.10'
8585

@@ -102,7 +102,7 @@ jobs:
102102
uses: actions/[email protected]
103103

104104
- name: Install python
105-
uses: actions/setup-python@v5.6.0
105+
uses: actions/setup-python@v6.0.0
106106
with:
107107
python-version: 3.x
108108

@@ -132,7 +132,7 @@ jobs:
132132
uses: actions/[email protected]
133133

134134
- name: Install python
135-
uses: actions/setup-python@v5.6.0
135+
uses: actions/setup-python@v6.0.0
136136
with:
137137
python-version: 3.x
138138

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/[email protected]
1919

2020
- name: Install python
21-
uses: actions/setup-python@v5.6.0
21+
uses: actions/setup-python@v6.0.0
2222
with:
2323
python-version: 3.x
2424

@@ -59,7 +59,7 @@ jobs:
5959
sed -e s/x.x.x/${releaseVersion:1}/g .release-note-template.md > ./release-notes.txt
6060
6161
- name: Create release notes
62-
uses: softprops/[email protected].2
62+
uses: softprops/[email protected].3
6363
with:
6464
draft: true
6565
name: "${releaseVersion:1}"

0 commit comments

Comments
 (0)