Skip to content

Commit 60f373e

Browse files
authored
Merge pull request #580 from guardian/dependabot/github_actions/actions/checkout-7.0.1
chore(deps): bump actions/checkout from 7.0.0 to 7.0.1
2 parents 061ec64 + 12b4568 commit 60f373e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/compile-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
12+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1313
- name: Setup Scala
1414
uses: guardian/setup-scala@v1
1515
- run: sbt test

.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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
13+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1414
- name: Setup Scala
1515
uses: guardian/setup-scala@v1
1616
- name: Submit dependencies

0 commit comments

Comments
 (0)