Skip to content

Commit d4e0bc8

Browse files
authored
Merge pull request #77 from icatproject/dependabot/github_actions/actions/checkout-5.0.0
Bump actions/checkout from 4.2.2 to 5.0.0
2 parents 32b168a + 6439a63 commit d4e0bc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
# ICAT Ansible clone and install dependencies
3636
- name: Checkout icat-ansible
37-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3838
with:
3939
repository: icatproject-contrib/icat-ansible
4040
path: icat-ansible
@@ -76,7 +76,7 @@ jobs:
7676
ansible-playbook icat-ansible/icatdb_minimal_hosts.yml -i icat-ansible/hosts --vault-password-file icat-ansible/vault_pass.txt -vv
7777
7878
- name: Checkout icat-oaipmh
79-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
79+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8080

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

0 commit comments

Comments
 (0)