Skip to content

Commit 9c3c41f

Browse files
committed
Bump GitHub Actions
1 parent 6fc2678 commit 9c3c41f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
with:
1717
fetch-depth: 0
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v2
20+
uses: actions/setup-python@v4
2121
with:
2222
python-version: 3.8
2323

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ jobs:
6565
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
6666

6767
steps:
68-
- uses: actions/checkout@v2
68+
- uses: actions/checkout@v3
6969

7070
- name: Set up Python ${{ matrix.python-version }}
71-
uses: actions/setup-python@v2
71+
uses: actions/setup-python@v4
7272
with:
7373
python-version: ${{ matrix.python-version }}
7474

@@ -78,7 +78,7 @@ jobs:
7878
echo "::set-output name=dir::$(pip cache dir)"
7979
8080
- name: Cache
81-
uses: actions/cache@v2
81+
uses: actions/cache@v3
8282
with:
8383
path: ${{ steps.pip-cache.outputs.dir }}
8484
key:
@@ -98,6 +98,6 @@ jobs:
9898
DJANGO: ${{ matrix.django-version }}
9999

100100
- name: Upload coverage
101-
uses: codecov/codecov-action@v1
101+
uses: codecov/codecov-action@v3
102102
with:
103103
name: Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)