Skip to content

Commit

Permalink
Merge pull request #300 from xzkostyan/dependabot/github_actions/gith…
Browse files Browse the repository at this point in the history
…ub-actions-ad96e4d2ec

Bump the github-actions group with 3 updates
  • Loading branch information
xzkostyan authored Mar 15, 2024
2 parents a9d07fc + a57182b commit ac9442a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:

name: ${{ matrix.python-version }} CH=${{ matrix.clickhouse-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
timeout-minutes: 2
- name: Set up Python for coverage submission
if: ${{ matrix.python-version == '2.7' }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.8
architecture: x64
Expand All @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Finished
uses: coverallsapp/github-action@1.1.3
uses: coverallsapp/github-action@v2.2.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ jobs:
runs-on: ubuntu-20.04
name: Build docs
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.11
architecture: x64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sa-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:

name: ${{ matrix.python-version }} SA=2.0.${{ matrix.sa-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand Down

0 comments on commit ac9442a

Please sign in to comment.