From 8f79b4fde70a8e2f57ff5205e99753dd3c510370 Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Thu, 15 Dec 2022 11:14:24 +0600 Subject: update actions versions --- .github/workflows/ci.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ff79ea4..117ff52 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,10 +10,10 @@ jobs: python-version: [3.7,3.8,3.9,pypy3] steps: - name: Check out code from GitHub - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} id: python - uses: actions/setup-python@v2.2.1 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install dependencies @@ -29,12 +29,12 @@ jobs: python-version: [3.7,3.8,3.9,pypy3] steps: - name: Check out code from GitHub - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3 - name: Build rabbitmq:tls container run: docker build -t rabbitmq:tls . - name: Set up Python ${{ matrix.python-version }} id: python - uses: actions/setup-python@v2.2.1 + uses: actions/setup-python@vv with: python-version: ${{ matrix.python-version }} - name: Install dependencies @@ -56,10 +56,10 @@ jobs: python-version: [3.8] steps: - name: Check out code from GitHub - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} id: python - uses: actions/setup-python@v2.2.1 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install dependencies -- cgit v1.2.1