Skip to content

Commit

Permalink
switch to checkout action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
laceysanderson authored Feb 8, 2024
1 parent fc4bffb commit ec14e5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
# To use this repository's private action,
# you must check out the repository
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Clone Tripal for testing purposes
run: |
git clone https://github.com/tripal/tripal.git tmp
Expand All @@ -29,7 +29,7 @@ jobs:
# To use this repository's private action,
# you must check out the repository
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Clone Tripal for testing purposes
run: |
git clone https://github.com/tripal/tripal.git tmp
Expand All @@ -55,7 +55,7 @@ jobs:
# To use this repository's private action,
# you must check out the repository
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Clone Tripal for testing purposes
run: |
git clone https://github.com/tripal/tripal.git tmp
Expand Down

0 comments on commit ec14e5b

Please sign in to comment.