diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ec30208..a577cd4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 - name: Setup Python uses: actions/setup-python@v4 @@ -71,7 +71,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 - name: Setup Python uses: actions/setup-python@v4 @@ -110,7 +110,7 @@ jobs: if: always() steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 - name: Download tests results uses: actions/download-artifact@v3 @@ -159,7 +159,7 @@ jobs: py: ["3.7", "3.8", "3.9"] steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 - name: Setup Python uses: actions/setup-python@v4 diff --git a/.github/workflows/pull-request-done.yml b/.github/workflows/pull-request-done.yml index 820abbc..94261f1 100644 --- a/.github/workflows/pull-request-done.yml +++ b/.github/workflows/pull-request-done.yml @@ -51,7 +51,7 @@ jobs: name: "Create Release" steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 - name: Get the version id: get_version @@ -74,7 +74,7 @@ jobs: name: "Generate documentation" steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 with: fetch-depth: 0 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f2d9a06..886e6cc 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -42,7 +42,7 @@ jobs: name: "Lint" steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 - name: Setup Python uses: actions/setup-python@v4 @@ -72,7 +72,7 @@ jobs: name: "Test" steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 - name: Setup Python uses: actions/setup-python@v4 @@ -110,7 +110,7 @@ jobs: if: ${{ always() && github.actor != 'dependabot[bot]' }} steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 - name: Download tests results uses: actions/download-artifact@v3 diff --git a/.github/workflows/release-branch-create.yml b/.github/workflows/release-branch-create.yml index 8b681aa..a222083 100644 --- a/.github/workflows/release-branch-create.yml +++ b/.github/workflows/release-branch-create.yml @@ -43,7 +43,7 @@ jobs: name: "Create PR" steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 - name: Get the version id: get_version diff --git a/.github/workflows/template-use.yml b/.github/workflows/template-use.yml index 8f325af..70274aa 100644 --- a/.github/workflows/template-use.yml +++ b/.github/workflows/template-use.yml @@ -45,7 +45,7 @@ jobs: name: "Cleanup & Prepare repository" steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 - name: Prepare files run: | @@ -133,7 +133,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 - name: Prepare files run: |