Skip to content

Commit 4f5ed52

Browse files
authored
Merge pull request #1672 from smallstep/dependabot/github_actions/actions/checkout-7.0.1
Bump actions/checkout from 7.0.0 to 7.0.1
2 parents 3a11654 + 99fef1d commit 4f5ed52

2 files changed

Lines changed: 3 additions & 3 deletions

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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
if: needs.release_metadata.outputs.is_prerelease == 'false'
111111
steps:
112112
- name: Checkout
113-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
113+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
114114
- name: Setup Go
115115
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
116116
with:
@@ -120,7 +120,7 @@ jobs:
120120
id: build
121121
run: V=1 make build
122122
- name: Checkout Docs
123-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
123+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
124124
with:
125125
repository: smallstep/docs
126126
token: ${{ secrets.DOCS_PAT }}

0 commit comments

Comments
 (0)