Skip to content

Commit 29be1d8

Browse files
authored
chore(ci/cd): Update action versions (#516)
1 parent f05cb62 commit 29be1d8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: .github/workflows/cd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
name: Build, Test, and Deploy
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
16-
- uses: actions/setup-node@v3
16+
- uses: actions/setup-node@v4
1717
with:
1818
node-version: 18
1919
- name: Configure Identity

Diff for: .github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
node:
1919
- 18.x
2020
steps:
21-
- uses: actions/setup-node@v1
21+
- uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.node }}
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- name: Restore Dependency Cache
26-
uses: actions/cache@v3
26+
uses: actions/cache@v4
2727
with:
2828
path: ~/.npm
2929
key: ${{ runner.OS }}-dependency-cache-${{ hashFiles('**/package.json') }}

0 commit comments

Comments
 (0)