Skip to content

Commit

Permalink
Update GitHub action dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
vaitkus authored Mar 30, 2024
1 parent 951e34a commit a08a5ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

# Check syntax of all CIF files
- name: check_syntax
Expand Down Expand Up @@ -54,17 +54,17 @@ jobs:
run: |
julia -e 'import Pkg;Pkg.add("CrystalInfoFramework");Pkg.add("Lerche");Pkg.add("FilePaths");Pkg.add("ArgParse")'
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: main
- name: checkout julia tools
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: jamesrhester/julia_cif_tools
path: julia_cif_tools

- name: Checkout CIF master files
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: COMCIFS/cif_core
path: cif_core
Expand All @@ -90,7 +90,7 @@ jobs:
needs: syntax
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: check_ddlm
uses: COMCIFS/dictionary_check_action@main
Expand Down

0 comments on commit a08a5ae

Please sign in to comment.