Skip to content

Commit

Permalink
Merge pull request #839 from interlay/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-3

chore(deps): bump actions/checkout from 2 to 3
  • Loading branch information
gregdhill authored Jan 11, 2023
2 parents f23fce0 + bbcdafe commit 2392025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
publish:
runs-on: [self-hosted, linux]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: git fetch --prune --unshallow
- name: Install System Dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cargo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: [self-hosted, linux]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: git fetch --prune --unshallow
- name: Install System Dependencies
run: |
Expand Down

0 comments on commit 2392025

Please sign in to comment.