Skip to content

Commit

Permalink
Merge pull request #561 from canonical/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
tomponline authored Oct 2, 2023
2 parents 13fa876 + 143d3e6 commit 434c0a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: Repository checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Lint shell files
uses: ludeeus/action-shellcheck@master
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Repository checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 434c0a7

Please sign in to comment.