From: Joey Castillo Date: Wed, 20 Apr 2022 12:38:39 +0000 (-0400) Subject: update checkout action (unsafe directory fix) X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=81b27b7f16312469902798ab3c2a5bda72a8afa3;p=sensor-watch.git update checkout action (unsafe directory fix) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b1f6fa..4179e1d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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'