Skip to content

Commit

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

Bump actions/checkout from 4.1.5 to 4.1.7
  • Loading branch information
RKrahl committed Jul 18, 2024
2 parents 2c38ab0 + e877d02 commit 9069050
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

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

0 comments on commit 9069050

Please sign in to comment.