Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit 2fc310c

Browse files
chore(deps): update actions/checkout action to v6
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v5.0.0 | v6.0.3 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 4a9aa1a commit 2fc310c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
contents: read
3434
steps:
3535
- name: Checkout 🛎️
36-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
36+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3737
with:
3838
persist-credentials: false
3939
- name: Set up Python 🐍
@@ -87,7 +87,7 @@ jobs:
8787
id-token: write
8888
steps:
8989
- name: Checkout 🛎️
90-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
90+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
9191
with:
9292
persist-credentials: false
9393
- name: Set up Python 🐍

0 commit comments

Comments
 (0)