@@ -10,10 +10,10 @@ jobs:
1010 python-version : [3.7,3.8,3.9,pypy3]
1111 steps :
1212 - name : Check out code from GitHub
13- uses : actions/checkout@v2.3.4
13+ uses : actions/checkout@v3
1414 - name : Set up Python ${{ matrix.python-version }}
1515 id : python
16- uses : actions/setup-python@v2.2.1
16+ uses : actions/setup-python@v4
1717 with :
1818 python-version : ${{ matrix.python-version }}
1919 - name : Install dependencies
@@ -29,12 +29,12 @@ jobs:
2929 python-version : [3.7,3.8,3.9,pypy3]
3030 steps :
3131 - name : Check out code from GitHub
32- uses : actions/checkout@v2.3.4
32+ uses : actions/checkout@v3
3333 - name : Build rabbitmq:tls container
3434 run : docker build -t rabbitmq:tls .
3535 - name : Set up Python ${{ matrix.python-version }}
3636 id : python
37- uses : actions/setup-python@v2.2.1
37+ uses : actions/setup-python@vv
3838 with :
3939 python-version : ${{ matrix.python-version }}
4040 - name : Install dependencies
@@ -56,10 +56,10 @@ jobs:
5656 python-version : [3.8]
5757 steps :
5858 - name : Check out code from GitHub
59- uses : actions/checkout@v2.3.4
59+ uses : actions/checkout@v3
6060 - name : Set up Python ${{ matrix.python-version }}
6161 id : python
62- uses : actions/setup-python@v2.2.1
62+ uses : actions/setup-python@v4
6363 with :
6464 python-version : ${{ matrix.python-version }}
6565 - name : Install dependencies
0 commit comments