Skip to content

Commit 60698b2

Browse files
authored
chore: upgrade GitHub Actions versions (#62)
1 parent e4f0b41 commit 60698b2

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/linters.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v6
1212
- name: Set up Python
13-
uses: actions/setup-python@v2
13+
uses: actions/setup-python@v6
1414
with:
1515
python-version: 3.9
1616
- run: pip install --upgrade flake8
1717
- name: flake8
18-
uses: liskin/gh-problem-matcher-wrap@v1
18+
uses: liskin/gh-problem-matcher-wrap@v3
1919
with:
2020
linters: flake8
2121
run: flake8
@@ -24,14 +24,14 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v6
2828
- name: Set up Python
29-
uses: actions/setup-python@v2
29+
uses: actions/setup-python@v6
3030
with:
3131
python-version: 3.9
3232
- run: python -m pip install isort
3333
- name: isort
34-
uses: liskin/gh-problem-matcher-wrap@v1
34+
uses: liskin/gh-problem-matcher-wrap@v3
3535
with:
3636
linters: isort
3737
run: isort -c -rc -df djangocms_column

.github/workflows/publish-to-live-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@master
1414
- name: Set up Python 3.9
15-
uses: actions/setup-python@v1
15+
uses: actions/setup-python@v6
1616
with:
1717
python-version: 3.9
1818

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@master
1414
- name: Set up Python 3.9
15-
uses: actions/setup-python@v1
15+
uses: actions/setup-python@v6
1616
with:
1717
python-version: 3.9
1818

0 commit comments

Comments
 (0)