Skip to content

Commit

Permalink
Merge pull request #315 from icatproject/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4.0.0
  • Loading branch information
dependabot[bot] committed Sep 8, 2023
2 parents 887052b + 4843455 commit a9eeff0
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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
repository: icatproject-contrib/icat-ansible
path: icat-ansible
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
ansible-playbook icat-ansible/icat_server_dev_hosts.yml -i icat-ansible/hosts --vault-password-file icat-ansible/vault_pass.txt -vv
- name: Checkout icat-server
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0

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

0 comments on commit a9eeff0

Please sign in to comment.