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

Commit 9fc1934

Browse files
chore(deps): update actions/checkout action to v7
1 parent 9f46666 commit 9fc1934

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
14+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1515
with:
1616
fetch-depth: 0
1717

.github/workflows/update-repo-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-24.04
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
20+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2121

2222
- name: Sync repository description
2323
run:

0 commit comments

Comments
 (0)