Skip to content

Commit

Permalink
Merge pull request #201 from canonical/renovate/actions-checkout-digest
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout digest to 11bd719
  • Loading branch information
ajanon authored Oct 24, 2024
2 parents 77a04ef + dbc209e commit 395f726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-command-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
channel: ${{ steps.base_version.outputs.value }}/stable
- name: Checkout repo
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
# Remove existing files, generate AMC command reference
- name: Generate AMC command reference documentation
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-api-specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Check out repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Determine base version
id: base_version
run: |
Expand Down

0 comments on commit 395f726

Please sign in to comment.