Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit c830baa

Browse files
author
Jake Donham
committed
latest action versions to avoid warnings
1 parent 1846b88 commit c830baa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/azure.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
deploy:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414

1515
- name: Set up Node.js version
16-
uses: actions/setup-node@v1
16+
uses: actions/setup-node@v3
1717
with:
1818
node-version: "16.x"
1919

@@ -22,7 +22,7 @@ jobs:
2222
run: echo "::set-output name=dir::$(yarn cache dir)"
2323

2424
- name: Cache yarn
25-
uses: actions/cache@v2
25+
uses: actions/cache@v3
2626
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
2727
with:
2828
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -36,7 +36,7 @@ jobs:
3636
yarn
3737
3838
- name: Cache next
39-
uses: actions/cache@v2
39+
uses: actions/cache@v3
4040
id: cache-next
4141
with:
4242
path: ${{ github.workspace }}/.next/cache

0 commit comments

Comments
 (0)