summary refs log tree commit diff
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-12-30 23:28:45 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-12-30 23:28:45 +1100
commit0826d9125a6db470a6c4b5ebf80e33a94f1b0c78 (patch)
tree8063ec471ff43d7b2d4931add3dec23c89443a1d
parentFix new roles having duplicate positions (diff)
downloadserver-0826d9125a6db470a6c4b5ebf80e33a94f1b0c78.tar.xz
Update build workflow to use v3 checkout and setup-node
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c8a9cee7..e3bcc81f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -17,9 +17,9 @@ jobs:
         # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - name: Use Node.js ${{ matrix.node-version }}
-      uses: actions/setup-node@v2
+      uses: actions/setup-node@v3
       with:
         node-version: ${{ matrix.node-version }}
         cache: 'npm'