Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 24e6ae7

Browse files
authoredSep 4, 2023
Update gh minor
1 parent 4e64ed7 commit 24e6ae7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
runs-on: ubuntu-20.04
1919
steps:
2020
- name: Checkout repo
21-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
21+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2222

2323
- name: Set up Node
24-
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
24+
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
2525
with:
2626
cache: "npm"
2727
cache-dependency-path: "**/package-lock.json"

‎.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
runs-on: ubuntu-20.04
1919
steps:
2020
- name: Checkout repo
21-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
21+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2222

2323
- name: Set up Node
24-
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
24+
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
2525
with:
2626
cache: "npm"
2727
cache-dependency-path: "**/package-lock.json"

0 commit comments

Comments
 (0)
Please sign in to comment.