Skip to content

Commit

Permalink
Merge pull request #37 from canonical/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
chore(deps): pin actions/checkout action to a5ac7e5
  • Loading branch information
wood-push-melon authored May 29, 2024
2 parents 476e9a0 + 7420588 commit 7c24078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
fetch-depth: 0
- name: Release charm library
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4

- name: Install dependencies
run: python -m pip install tox
Expand Down

0 comments on commit 7c24078

Please sign in to comment.