Skip to content

Commit e1b2fe4

Browse files
[FIX] Update github workflow actions
1 parent 2faaa1b commit e1b2fe4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/documentation-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
1616
steps:
1717

18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919

2020
# See: https://github.com/OCA/openupgradelib/pull/324#issuecomment-1556255121
2121
- name: configure Git

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
1313
steps:
1414

15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

1717
# See: https://github.com/OCA/openupgradelib/pull/324#issuecomment-1556255121
1818
- name: configure Git

.github/workflows/pre-commit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
pre-commit:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
16-
- uses: actions/setup-python@v2
15+
- uses: actions/checkout@v4
16+
- uses: actions/setup-python@v5
1717
with:
1818
python-version: "3.8"
1919
- name: Get python version

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
1212
steps:
13-
- uses: actions/checkout@v2
14-
- uses: actions/setup-python@v2
13+
- uses: actions/checkout@v4
14+
- uses: actions/setup-python@v5
1515
- name: Install pypa/build
1616
run: python -m pip install build
1717
- name: Build a binary wheel and a source tarball

0 commit comments

Comments
 (0)