diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 915a86d..6afd975 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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 @@ -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