Skip to content

Commit 060007b

Browse files
chore(deps): update actions/checkout digest to 8ade135 (#53)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://github.com/actions/checkout) | action | digest | `3df4ab1` -> `8ade135` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Testably/Testably.Abstractions.FluentAssertions). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dbec9a4 commit 060007b

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
distribution: 'temurin'
2222
java-version: '17'
23-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
23+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
2424
with:
2525
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2626
- name: Cache SonarCloud packages
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: macos-latest
6666
steps:
6767
- name: Checkout sources
68-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
68+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
6969
with:
7070
fetch-depth: 0
7171
- name: Setup .NET
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: ubuntu-latest
9090
steps:
9191
- name: Checkout sources
92-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
92+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
9393
with:
9494
fetch-depth: 0
9595
- name: Setup .NET
@@ -113,7 +113,7 @@ jobs:
113113
runs-on: windows-latest
114114
steps:
115115
- name: Checkout sources
116-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
116+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
117117
with:
118118
fetch-depth: 0
119119
- name: Setup .NET
@@ -137,7 +137,7 @@ jobs:
137137
runs-on: windows-latest
138138
steps:
139139
- name: Checkout sources
140-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
140+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
141141
with:
142142
fetch-depth: 0
143143
- name: Setup .NET
@@ -163,7 +163,7 @@ jobs:
163163
runs-on: ubuntu-latest
164164
steps:
165165
- name: Checkout sources
166-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
166+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
167167
with:
168168
fetch-depth: 0
169169
- name: Download code coverage files (MacOS)

.github/workflows/ci-stryker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
timeout-minutes: 300
1111
steps:
1212
- name: Checkout sources
13-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
13+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
1414
with:
1515
fetch-depth: 0
1616
- name: Setup .NET

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: macos-latest
1212
steps:
1313
- name: Checkout sources
14-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
14+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
1515
with:
1616
fetch-depth: 0
1717
- name: Setup .NET
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout sources
44-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
44+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
4545
with:
4646
fetch-depth: 0
4747
- name: Setup .NET
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: windows-latest
7272
steps:
7373
- name: Checkout sources
74-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
74+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
7575
with:
7676
fetch-depth: 0
7777
- name: Setup .NET
@@ -101,7 +101,7 @@ jobs:
101101
runs-on: windows-latest
102102
steps:
103103
- name: Checkout sources
104-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
104+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
105105
with:
106106
fetch-depth: 0
107107
- name: Setup MSBuild

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
distribution: 'temurin'
2323
java-version: '17'
24-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
24+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
2525
with:
2626
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2727
- name: Tag current commit
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: macos-latest
7272
steps:
7373
- name: Checkout sources
74-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
74+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
7575
with:
7676
fetch-depth: 0
7777
- name: Tag current commit
@@ -95,7 +95,7 @@ jobs:
9595
runs-on: ubuntu-latest
9696
steps:
9797
- name: Checkout sources
98-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
98+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
9999
with:
100100
fetch-depth: 0
101101
- name: Tag current commit
@@ -119,7 +119,7 @@ jobs:
119119
runs-on: windows-latest
120120
steps:
121121
- name: Checkout sources
122-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
122+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
123123
with:
124124
fetch-depth: 0
125125
- name: Tag current commit
@@ -143,7 +143,7 @@ jobs:
143143
runs-on: windows-latest
144144
steps:
145145
- name: Checkout sources
146-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
146+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
147147
with:
148148
fetch-depth: 0
149149
- name: Tag current commit
@@ -168,7 +168,7 @@ jobs:
168168
timeout-minutes: 300
169169
steps:
170170
- name: Checkout sources
171-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
171+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
172172
with:
173173
fetch-depth: 0
174174
- name: Setup .NET
@@ -196,7 +196,7 @@ jobs:
196196
needs: [analyze, test-macos, test-ubuntu, test-windows, test-net-framework]
197197
steps:
198198
- name: Checkout sources
199-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
199+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
200200
with:
201201
fetch-depth: 0
202202
- name: Tag current commit
@@ -259,7 +259,7 @@ jobs:
259259
label-template: |
260260
state: released
261261
- name: Checkout sources
262-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
262+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
263263
with:
264264
fetch-depth: 0
265265
- name: Delete release branch

.github/workflows/stryker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 300
1313
steps:
1414
- name: Checkout sources
15-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
15+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
1616
with:
1717
fetch-depth: 0
1818
- name: Setup .NET

0 commit comments

Comments
 (0)