Skip to content

Commit b1d3620

Browse files
authored
Merge pull request #75 from UoMResearchIT/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 756ef5b + 24124c7 commit b1d3620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v4
49+
uses: actions/checkout@v5
5050
- name: Checkout default configuration file
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v5
5252
with:
5353
path: .uomrit-actions
5454
repository: UoMResearchIT/actions

0 commit comments

Comments
 (0)