Skip to content

Commit 80e20f8

Browse files
Merge pull request #1151 from guardian/dependabot/github_actions/all-2217aebe03
chore(deps): bump actions/checkout from 6.0.1 to 7.0.0 in the all group
2 parents f87c83d + a93febd commit 80e20f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pull-requests: write #...to comment on PRs
1818

1919
steps:
20-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
20+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2121

2222
# Node is needed for CDK
2323
- name: Setup node

.github/workflows/sbt-dependency-graph.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: Checkout branch
1212
id: checkout
13-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
13+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1414
- uses: guardian/setup-scala@v1
1515
- name: Submit dependencies
1616
id: submit

0 commit comments

Comments
 (0)