Skip to content
Snippets Groups Projects
Unverified Commit 65fc27e4 authored by Rosie Le Faive's avatar Rosie Le Faive Committed by GitHub
Browse files

Update workflows. (#74)

parent ac32b6ad
Branches
No related tags found
No related merge requests found
......@@ -49,12 +49,12 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: build_dir
- name: Checkout islandora_ci
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: islandora/islandora_ci
ref: github-actions
......@@ -72,7 +72,7 @@ jobs:
sudo apt-get install -y mysql-client
- name: Cache Composer dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: /tmp/composer-cache
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment