Skip to content

Commit b2fa066

Browse files
committed
Bump GitHub Actions
1 parent 9858430 commit b2fa066

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/test-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: python -m pip install --upgrade nox virtualenv sphinx-lint
6868

6969
- name: Set Sphinx problem matcher
70-
uses: sphinx-doc/github-problem-matcher@v1.0
70+
uses: sphinx-doc/github-problem-matcher@v1.1
7171

7272
- name: Build translated docs in ${{ matrix.language }}
7373
run: nox -s build -- -q -D language=${{ matrix.language }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
- linkcheck
2525

2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828

2929
- name: Set up Python
30-
uses: actions/setup-python@v4
30+
uses: actions/setup-python@v5
3131
with:
3232
python-version: "3.11"
3333
cache: 'pip'

.github/workflows/translation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919

2020
steps:
2121
- name: Grab the repo src
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0 # To reach the common commit
2525
- name: Set up git user as [bot]
2626
# Refs:
2727
# * https://github.community/t/github-actions-bot-email-address/17204/6
2828
# * https://github.com/actions/checkout/issues/13#issuecomment-724415212
29-
uses: fregante/setup-git-user@v1.1.0
29+
uses: fregante/setup-git-user@v2.0.2
3030

3131
- name: Switch to the translation source branch
3232
run: |
@@ -51,7 +51,7 @@ jobs:
5151
git merge '${{ github.event.repository.default_branch }}'
5252
5353
- name: Set up Python
54-
uses: actions/setup-python@v4
54+
uses: actions/setup-python@v5
5555
with:
5656
python-version: >-
5757
3.10

0 commit comments

Comments
 (0)