Skip to content

Commit

Permalink
Bump actions/checkout
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from cd7d8d697e10461458bc61a30d094dc601a8b017 to 44c2b7a8a4ea60a981eaca3cf939b5f4305c123b.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@cd7d8d6...44c2b7a)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent c855f7f commit a31b35a
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@cd7d8d697e10461458bc61a30d094dc601a8b017 # v4.0.0
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # 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@cd7d8d697e10461458bc61a30d094dc601a8b017 # v4.0.0
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.0.0

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

0 comments on commit a31b35a

Please sign in to comment.