Skip to content

Commit 4ac0d18

Browse files
chore(deps): update actions/checkout action to v7 (#175)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ef50063 commit 4ac0d18

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
environment: npm
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
21+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2222

2323
- name: Setup Node.js
2424
uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Steps represent a sequence of tasks that will be executed as part of the job
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
21+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2222

2323
- name: Setup Node.js
2424
uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6

0 commit comments

Comments
 (0)