Skip to content

Commit 6f5cc26

Browse files
authored
chore: update workflows for upcoming deprecations (#488)
1 parent 4f7ef47 commit 6f5cc26

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
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@v2
13+
- uses: actions/checkout@v3
1414
with:
1515
fetch-depth: 0
16-
- uses: actions/setup-node@v2
16+
- uses: actions/setup-node@v3
1717
with:
1818
node-version: 18
1919
- name: Configure Identity

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- uses: actions/setup-node@v1
2222
with:
2323
node-version: ${{ matrix.node }}
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525
- name: Restore Dependency Cache
26-
uses: actions/cache@v1
26+
uses: actions/cache@v3
2727
with:
2828
path: ~/.npm
2929
key: ${{ runner.OS }}-dependency-cache-${{ hashFiles('**/package.json') }}

0 commit comments

Comments
 (0)