Skip to content

Commit 672122b

Browse files
authored
Merge pull request #81 from icatproject/dependabot/github_actions/actions/checkout-6.0.1
Bump actions/checkout from 6.0.0 to 6.0.1
2 parents 2294025 + 7203d68 commit 672122b

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

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

0 commit comments

Comments
 (0)