Skip to content

Commit ba0c761

Browse files
authored
Merge pull request #2743 from smallstep/dependabot/github_actions/actions/checkout-7.0.1
build(deps): bump actions/checkout from 7.0.0 to 7.0.1
2 parents 4306f2a + 11522db commit ba0c761

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
contents: read
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
26+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2727
with:
2828
ref: ${{ inputs.tag }}
2929
fetch-depth: 0

0 commit comments

Comments
 (0)