Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PonomarevDA committed Jul 17, 2024
1 parent 6220fcc commit 36fbe59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cubeide_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
&& apt-get update \
&& apt-get install -y git
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
path: 'repo'
submodules: recursive

- name: Checkout tools repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: PonomarevDA/tools
path: tools
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Checkout pcb-versions
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: RaccoonLabHardware/pcb-versions
token: ${{ secrets.ACCESS_TOKEN }}
Expand Down

0 comments on commit 36fbe59

Please sign in to comment.