diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-05-17 23:04:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-17 23:04:44 +0000 |
| commit | c38fc5b9620ce3e46ab424bb3d05a0d0c8cf58e7 (patch) | |
| tree | f10d28f29b7bfaa54d71c6ce9ce697d13963ede1 /.github | |
| parent | 86eba06736b7610d8c4e77cd96ae6071c40067d5 (diff) | |
| download | gitlab-renovate/all-minor-patch.tar.gz | |
chore(deps): update all non-major dependenciesrenovate/all-minor-patch
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docs.yml | 8 | ||||
| -rw-r--r-- | .github/workflows/lint.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/pre_commit.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/release.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/test.yml | 20 |
5 files changed, 20 insertions, 20 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 906c93b..efbb72c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -22,9 +22,9 @@ jobs: sphinx: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v3.5.2 - name: Set up Python - uses: actions/setup-python@v4.5.0 + uses: actions/setup-python@v4.6.0 with: python-version: "3.11" - name: Install dependencies @@ -42,9 +42,9 @@ jobs: twine-check: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v3.5.2 - name: Set up Python - uses: actions/setup-python@v4.5.0 + uses: actions/setup-python@v4.6.0 with: python-version: "3.11" - name: Install dependencies diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8c03b23..2369dd8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,10 +22,10 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v3.5.2 with: fetch-depth: 0 - - uses: actions/setup-python@v4.5.0 + - uses: actions/setup-python@v4.6.0 with: python-version: "3.11" - run: pip install --upgrade tox diff --git a/.github/workflows/pre_commit.yml b/.github/workflows/pre_commit.yml index c546f83..a6da60c 100644 --- a/.github/workflows/pre_commit.yml +++ b/.github/workflows/pre_commit.yml @@ -29,8 +29,8 @@ jobs: pre_commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.0 - - uses: actions/setup-python@v4.5.0 + - uses: actions/checkout@v3.5.2 + - uses: actions/setup-python@v4.6.0 with: python-version: "3.11" - name: install tox diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d0fb0d..bf627c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: id-token: write environment: pypi.org steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v3.5.2 with: fetch-depth: 0 token: ${{ secrets.RELEASE_GITHUB_TOKEN }} @@ -29,7 +29,7 @@ jobs: echo "::add-mask::${api_token}" echo "api-token=${api_token}" >> "${GITHUB_OUTPUT}" - name: Python Semantic Release - uses: relekang/python-semantic-release@v7.33.2 + uses: relekang/python-semantic-release@v7.33.4 with: github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }} pypi_token: ${{ steps.mint-token.outputs.api-token }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a09afc5..c121fed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,9 +48,9 @@ jobs: version: "3.11" toxenv: py310,smoke steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v3.5.2 - name: Set up Python ${{ matrix.python.version }} - uses: actions/setup-python@v4.5.0 + uses: actions/setup-python@v4.6.0 with: python-version: ${{ matrix.python.version }} - name: Install dependencies @@ -66,9 +66,9 @@ jobs: matrix: toxenv: [api_func_v4, cli_func_v4] steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v3.5.2 - name: Set up Python - uses: actions/setup-python@v4.5.0 + uses: actions/setup-python@v4.6.0 with: python-version: "3.11" - name: Install dependencies @@ -78,7 +78,7 @@ jobs: TOXENV: ${{ matrix.toxenv }} run: tox -- --override-ini='log_cli=True' - name: Upload codecov coverage - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v3.1.4 with: files: ./coverage.xml flags: ${{ matrix.toxenv }} @@ -87,9 +87,9 @@ jobs: coverage: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v3.5.2 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4.5.0 + uses: actions/setup-python@v4.6.0 with: python-version: "3.11" - name: Install dependencies @@ -100,7 +100,7 @@ jobs: TOXENV: cover run: tox - name: Upload codecov coverage - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v3.1.4 with: files: ./coverage.xml flags: unit @@ -128,9 +128,9 @@ jobs: runs-on: ubuntu-latest needs: [dist] steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v3.5.2 - name: Set up Python - uses: actions/setup-python@v4.5.0 + uses: actions/setup-python@v4.6.0 with: python-version: '3.11' - uses: actions/download-artifact@v3.0.2 |
