Skip to content

Commit ec60c75

Browse files
authored
Merge pull request #324 from NHSDigital/dependabot/github_actions/major-ebbb40756a
MESH-2092 Bump the major group across 1 directory with 2 updates
2 parents 1d68ede + b80eeee commit ec60c75

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/merge-develop.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: github.repository == 'NHSDigital/mesh-sandbox' && !contains(github.event.head_commit.message, 'tag release version:')
1515
steps:
1616
- name: checkout
17-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
17+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1818
with:
1919
fetch-depth: 0
2020

@@ -33,7 +33,7 @@ jobs:
3333
poetry self add "poetry-dynamic-versioning[plugin]"
3434
3535
- name: cache virtualenv
36-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
36+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
3737
with:
3838
path: |
3939
.venv
@@ -116,7 +116,7 @@ jobs:
116116
if: github.repository == 'NHSDigital/mesh-sandbox' && github.actor != 'dependabot[bot]' && !contains(github.event.head_commit.message, 'tag release version:')
117117
steps:
118118
- name: checkout
119-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
119+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
120120
with:
121121
fetch-depth: 0
122122

.github/workflows/pull-request.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: github.repository == 'NHSDigital/mesh-sandbox'
1515
steps:
1616
- name: checkout
17-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
17+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1818
with:
1919
fetch-depth: 0
2020

@@ -60,7 +60,7 @@ jobs:
6060
poetry self add "poetry-dynamic-versioning[plugin]"
6161
6262
- name: cache virtualenv
63-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
63+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
6464
with:
6565
path: |
6666
.venv
@@ -158,7 +158,7 @@ jobs:
158158
if: github.repository == 'NHSDigital/mesh-sandbox'
159159
steps:
160160
- name: checkout
161-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
161+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
162162
with:
163163
fetch-depth: 0
164164

@@ -196,7 +196,7 @@ jobs:
196196
poetry self add "poetry-dynamic-versioning[plugin]"
197197
198198
- name: cache virtualenv
199-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
199+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
200200
with:
201201
path: |
202202
.venv
@@ -244,7 +244,7 @@ jobs:
244244
- lint
245245
steps:
246246
- name: checkout
247-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
247+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
248248
with:
249249
fetch-depth: 0
250250

@@ -287,7 +287,7 @@ jobs:
287287
poetry self add "poetry-dynamic-versioning[plugin]"
288288
289289
- name: cache virtualenv
290-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
290+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
291291
with:
292292
path: |
293293
.venv

0 commit comments

Comments
 (0)