diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a98e7f9..742bd75 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 + uses: actions/checkout@v4 - name: Setup Python uses: actions/setup-python@v4 @@ -70,7 +70,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Python uses: actions/setup-python@v4 @@ -110,7 +110,7 @@ jobs: if: always() steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download tests results uses: actions/download-artifact@v2 @@ -157,7 +157,7 @@ jobs: image_tag: ${{ steps.get_tag.outputs.DOCKER_TAG }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Login to GitHub Container Registry uses: docker/login-action@v2 diff --git a/.github/workflows/pull-request-done.yml b/.github/workflows/pull-request-done.yml index 3fe5a4a..3ab0f85 100644 --- a/.github/workflows/pull-request-done.yml +++ b/.github/workflows/pull-request-done.yml @@ -48,7 +48,7 @@ jobs: version: ${{ steps.get_version.outputs.VERSION }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get the version id: get_version @@ -71,7 +71,7 @@ jobs: name: "Generate documentation" steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -116,7 +116,7 @@ jobs: image_tag: ${{ steps.get_tag.outputs.DOCKER_TAG }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Login to GitHub Container Registry uses: docker/login-action@v2 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 105bab1..cc37dbb 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -45,7 +45,7 @@ jobs: name: "Lint" steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Python uses: actions/setup-python@v4 @@ -75,7 +75,7 @@ jobs: name: "Test" steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Python uses: actions/setup-python@v4 @@ -115,7 +115,7 @@ jobs: if: ${{ always() && github.actor != 'dependabot[bot]' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download tests results uses: actions/download-artifact@v2 @@ -161,7 +161,7 @@ jobs: image_tag: ${{ steps.get_tag.outputs.DOCKER_TAG }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Login to GitHub Container Registry uses: docker/login-action@v2 diff --git a/.github/workflows/release-branch-create.yml b/.github/workflows/release-branch-create.yml index 48dab85..69ac6d2 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 + uses: actions/checkout@v4 - name: Get the version id: get_version