Skip to content

Commit

Permalink
Merge pull request #12235 from canonical/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
tomponline authored Sep 11, 2023
2 parents 227bc5c + 838733b commit 82b3b0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
test-self-hosted-large-container:
runs-on: [self-hosted, linux, X64, jammy, large]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Dependency Review
uses: actions/dependency-review-action@v3
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Go (stable)
uses: actions/setup-go@v4
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v4
Expand Down Expand Up @@ -307,7 +307,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand Down Expand Up @@ -352,7 +352,7 @@ jobs:
if: ${{ github.repository == 'canonical/lxd' && github.event_name == 'push'}}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Launchpad SSH access
env:
Expand Down

0 comments on commit 82b3b0d

Please sign in to comment.