Skip to content

Commit

Permalink
Fix action/checkout version to v4 (#498)
Browse files Browse the repository at this point in the history
Our CIs are failing with:
https://github.com/canonical/opensearch-operator/actions/runs/11675736324/job/32510812135

This PR updates `actions/checkout` to v4,  in line with other charms.
  • Loading branch information
phvalguima authored Nov 6, 2024
1 parent b6bbe84 commit 405725f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install tox & poetry
run: |
pipx install tox
Expand All @@ -39,7 +39,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
Expand Down

0 comments on commit 405725f

Please sign in to comment.