Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump libs and actions
Browse files Browse the repository at this point in the history
dragomirp committed Oct 31, 2023
1 parent adfd3d7 commit f0c0585
Showing 3 changed files with 249 additions and 118 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install tox & poetry
run: |
pipx install tox
@@ -85,7 +85,7 @@ jobs:
timeout-minutes: 120
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install tox & poetry
run: |
pipx install tox
2 changes: 1 addition & 1 deletion .github/workflows/lib-check.yaml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:
if: ${{ github.event.pull_request.head.repo.full_name == 'canonical/postgresql-k8s-operator' }}
steps:
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check libs
Loading

0 comments on commit f0c0585

Please sign in to comment.