]> git.earman.xyz Git - sensor-watch.git/commitdiff
update checkout action (unsafe directory fix)
authorJoey Castillo <joeycastillo@utexas.edu>
Wed, 20 Apr 2022 12:38:39 +0000 (08:38 -0400)
committerJoey Castillo <joeycastillo@utexas.edu>
Wed, 20 Apr 2022 12:38:39 +0000 (08:38 -0400)
.github/workflows/build.yml

index 4b1f6fab5e0ff103112103690a00933f00b5be8c..4179e1d89feb2072b8a201530c9be6e92bc20ae2 100644 (file)
@@ -13,7 +13,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
       - name: Compile starter-project app
         run: make
         working-directory: 'apps/starter-project'
@@ -35,7 +35,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
       - name: Compile movement
         run: emmake make
         working-directory: 'movement/make'