Skip to content

Commit

Permalink
Merge pull request #49 from icatproject/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4.1.2

Bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
RKrahl committed Mar 18, 2024
2 parents 834d7f1 + 8f541cd commit 801b395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# ICAT Ansible clone and install dependencies
- name: Checkout icat-ansible
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
repository: icatproject-contrib/icat-ansible
path: icat-ansible
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
ansible-playbook icat-ansible/icatdb_minimal_hosts.yml -i icat-ansible/hosts --vault-password-file icat-ansible/vault_pass.txt -vv
- name: Checkout icat-oaipmh
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

# Payara must be sourced otherwise the Maven build command fails
- name: Run Build
Expand Down

0 comments on commit 801b395

Please sign in to comment.