From: XhmikosR Date: Sun, 6 Mar 2022 18:55:15 +0000 (+0200) Subject: CI: update actions X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=823612498f295658fa98d58aa09db7462433aa9c;p=stevenblack-hosts.git CI: update actions * actions/checkout to v3 * actions/setup-python to v3 --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7da607901..a2b3c752d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,10 +27,10 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: ${{ matrix.python }} cache: pip diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8e58729a1..0865cab95 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Initialize CodeQL uses: github/codeql-action/init@v1