Skip to content

Commit

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

Bump actions/checkout from 4.1.0 to 4.1.1
  • Loading branch information
RKrahl authored Oct 23, 2023
2 parents ccd2ac8 + 9c631b8 commit a29c908
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

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

0 comments on commit a29c908

Please sign in to comment.