Skip to content

Commit a328466

Browse files
chore(deps): update actions/checkout action to v7
1 parent a01ff60 commit a328466

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/demo.yml

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

1515
steps:
16-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
16+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1717

1818
- name: ⎔ Setup pnpm
1919
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
14+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1515
with:
1616
fetch-depth: 0
1717

@@ -106,7 +106,7 @@ jobs:
106106
permissions:
107107
contents: write
108108
steps:
109-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
109+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
110110
with:
111111
fetch-depth: 0
112112

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pull-requests: write
2222

2323
steps:
24-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
24+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2525

2626
- name: ⎔ Setup pnpm
2727
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
@@ -44,7 +44,7 @@ jobs:
4444
security:
4545
runs-on: ubuntu-latest
4646
steps:
47-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
47+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
4848

4949
- name: 🔍 Run CodeQL
5050
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
@@ -58,7 +58,7 @@ jobs:
5858
spelling:
5959
runs-on: ubuntu-latest
6060
steps:
61-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
61+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
6262

6363
- name: 🔍 Spell Check Repo
6464
uses: crate-ci/typos@93cbdb2d23269548cf0db0f74d0bc6a09a3f0d5c # v1.43.0

0 commit comments

Comments
 (0)