Skip to content

Commit

Permalink
Merge pull request #64 from matcutest/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4.1.5
  • Loading branch information
zaikunzhang committed May 10, 2024
2 parents b34c438 + e467f56 commit 7b8104f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -41,15 +41,15 @@ jobs:
swap-storage: false # Important, or the runner may be shut down due to memory starvation.

- name: Check out repository
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
with:
submodules: recursive

- name: Miscellaneous setup
run: bash .github/scripts/misc_setup

- name: Clone PRIMA
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
with:
repository: libprima/prima
path: prima
Expand Down

0 comments on commit 7b8104f

Please sign in to comment.