Skip to content

Commit bf67109

Browse files
committed
Bump versions of github actions.
This updates actions/checkout, actions/setup-python, actions/setup-node, and actions/cache to their most recent releases.
1 parent d4ab608 commit bf67109

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ jobs:
3030
django-version: '3.1'
3131

3232
steps:
33-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@v3
3434

3535
- name: Set up Python ${{ matrix.python-version }}
36-
uses: actions/setup-python@v2
36+
uses: actions/setup-python@v3
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939

4040
- name: Set up Node
41-
uses: actions/setup-node@v1
41+
uses: actions/setup-node@v3
4242
with:
4343
node-version: '16'
4444

@@ -51,7 +51,7 @@ jobs:
5151
echo "::set-output name=dir::$(pip cache dir)"
5252
5353
- name: Cache
54-
uses: actions/cache@v2
54+
uses: actions/cache@v3
5555
with:
5656
path: ${{ steps.pip-cache.outputs.dir }}
5757
key:

0 commit comments

Comments
 (0)