update checkout action (unsafe directory fix)

This commit is contained in:
Joey Castillo 2022-04-20 08:38:39 -04:00
parent 4bc4198cc6
commit 81b27b7f16

View file

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Compile starter-project app - name: Compile starter-project app
run: make run: make
working-directory: 'apps/starter-project' working-directory: 'apps/starter-project'
@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Compile movement - name: Compile movement
run: emmake make run: emmake make
working-directory: 'movement/make' working-directory: 'movement/make'