Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 21, 2024
1 parent a3c1d82 commit 506a842
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/delete-aws-volumes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Configure AWS Credentials
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ${{ needs.start-runner.outputs.label }}
steps:
- name: Check out repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup operator environment
# The runner will run the code as root. There is problem when using juju under root so here is small workaround to exec as ubuntu user
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install tox
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check libs
Expand All @@ -28,7 +28,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install dependencies
run: sudo apt-get install python3-pip tox
Expand All @@ -42,7 +42,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install dependencies
run: sudo apt-get install python3-pip tox
Expand All @@ -63,7 +63,7 @@ jobs:
remove-android: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup operator environment
uses: charmed-kubernetes/actions-operator@1.1.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Promote charm
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Release charm to channel
uses: canonical/charming-actions/release-charm@2.3.0
with:
Expand Down

0 comments on commit 506a842

Please sign in to comment.