Skip to content

Commit ea15c39

Browse files
authored
Merge pull request #85 from UoMResearchIT/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents aa8a3b6 + 41bc66b commit ea15c39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/enforce-license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
timeout-minutes: 2
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727
- name: Enforce
2828
uses: UoMResearchIT/actions/check-copyrights@v1.1
2929
with:

.github/workflows/scan-for-secrets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@v5
49+
uses: actions/checkout@v6
5050
- name: Checkout default configuration file
51-
uses: actions/checkout@v5
51+
uses: actions/checkout@v6
5252
with:
5353
path: .uomrit-actions
5454
repository: UoMResearchIT/actions

0 commit comments

Comments
 (0)