Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit 1b94150

Browse files
committed
chore(deps): update actions/checkout digest to b4ffde6
1 parent fd0fb68 commit 1b94150

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node_version: [16, 18]
2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
25+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2626

2727
- name: install node
2828
uses: actions/[email protected]

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
20+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2121

2222
- name: Install node
2323
uses: actions/[email protected]
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
steps:
6161
- name: Checkout code
62-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
62+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
6363

6464
- name: Install node
6565
uses: actions/[email protected]

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
17+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1818

1919
- name: Install node
2020
uses: actions/[email protected]
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- name: Checkout code
53-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
53+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
5454
with:
5555
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
5656
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.

0 commit comments

Comments
 (0)