Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaojiaodubai committed Nov 27, 2023
1 parent 51e0728 commit 8bf301c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Cache connector code
id: connector-cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: .ci/pull-request-check/connectors
key: connectors-${{ hashFiles('.ci/pull-request-check/check-pull-request.sh') }}-${{ steps.get-connector-hash.outputs.hash }}
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
if: ${{ success() || failure() }}

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.x

Expand Down

0 comments on commit 8bf301c

Please sign in to comment.