Skip to content

Commit 2294025

Browse files
authored
Merge pull request #80 from icatproject/dependabot/github_actions/actions/checkout-6.0.0
Bump actions/checkout from 5.0.0 to 6.0.0
2 parents 555b6e0 + d3798e5 commit 2294025

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
37+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
79+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
8080

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

0 commit comments

Comments
 (0)