Skip to content

Commit 8d85834

Browse files
chore(deps): update actions/checkout action to v6
1 parent 5638983 commit 8d85834

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
16+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1717
with:
1818
fetch-depth: 0
1919

.github/workflows/release-published.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
needs:
3939
- define-version
4040
steps:
41-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
41+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
4242

4343
- name: Install swaggerhub cli
4444
run: npm i -g swaggerhub-cli

0 commit comments

Comments
 (0)