Skip to content

Commit 79d941a

Browse files
committed
Bump action versions
1 parent 9841dc8 commit 79d941a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/documentation.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ jobs:
1313
docs:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
17-
- uses: actions/setup-python@v3
16+
- uses: actions/checkout@v4
17+
- uses: actions/setup-python@v5
1818
- name: Install dependencies
1919
run: |
2020
pip install sphinx sphinx-autoapi
2121
- name: Sphinx build
22-
run: make -C docs html
22+
run: TZ=UTC make -C docs html
23+
# set timezone explitly as workaround for https://github.com/nektos/act/issues/1853
2324
- name: Add cozy-viz to pages deployment
2425
run: |
2526
DEST=./docs/build/html/cozy-viz/

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
tests:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- uses: cachix/install-nix-action@v26
1515
with:
1616
nix_path: nixpkgs=channel:nixos-unstable

0 commit comments

Comments
 (0)