Skip to content

Commit

Permalink
Merge pull request #539 from sfc-aqua/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
zigen authored Sep 27, 2023
2 parents eddfe7e + 8b764a0 commit 348d286
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
all:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Generate doxygen
uses: mattnotmitt/doxygen-action@v1
- name: Deploy to github pages
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: work around permission issue
run: git config --global --add safe.directory /__w/quisp/quisp
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: make eigen
run: make eigen
- name: generate makefile
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: work around permission issue
run: git config --global --add safe.directory /__w/quisp/quisp
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install python dependencies for simulation tests
run: pip install -r requirements.txt
- name: doctest for simulation test utils
Expand All @@ -65,7 +65,7 @@ jobs:
- name: work around permission issue
run: git config --global --add safe.directory /__w/quisp/quisp
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: make eigen
run: make eigen
- name: generate makefile
Expand All @@ -87,7 +87,7 @@ jobs:
- name: work around permission issue
run: git config --global --add safe.directory /__w/quisp/quisp
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: make eigen
run: make eigen
- name: generate makefile
Expand All @@ -109,7 +109,7 @@ jobs:
- name: work around permission issue
run: git config --global --add safe.directory /__w/quisp/quisp
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: generate makefile
run: make makefile-lib
- name: generate message headers
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- name: work around permission issue
run: git config --global --add safe.directory /__w/quisp/quisp
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: wasm build
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/demo-')) }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: 'sfc-aqua/quisp-online'
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 348d286

Please sign in to comment.