Skip to content

Commit

Permalink
Update workflows. (Islandora#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel authored Aug 8, 2023
1 parent 7600b6f commit 8cd4b26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,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
Expand All @@ -84,7 +84,7 @@ jobs:
# echo "DRUPAL_DIR=/opt/drupal" >> $GITHUB_ENV

- name: Cache Composer dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: /tmp/composer-cache
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit 8cd4b26

Please sign in to comment.