Skip to content

Commit

Permalink
Merge pull request #29 from canonical/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
tomponline authored Sep 26, 2023
2 parents 51c2b6f + f8cb72c commit b03270a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: [self-hosted, linux, X64, jammy, large]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run test script
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Repository checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit b03270a

Please sign in to comment.