Skip to content

Commit 49f3740

Browse files
authored
Merge branch 'develop' into dependabot/github_actions/develop/dessant/lock-threads-6.0.0
2 parents fc9ff32 + 5f46d0f commit 49f3740

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/clone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: write
1616

1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v6.0.1
1919
with:
2020
ref: ${{ github.ref }}
2121
fetch-depth: 0

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
contents: write
1212
steps:
1313
- name: Checkout Repository
14-
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
14+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1515
with:
1616
fetch-depth: 0
1717
- name: Setup Python

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write
1414
steps:
1515
- name: Checkout Repository
16-
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
16+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1717
with:
1818
fetch-depth: 0
1919
- name: Check Version
@@ -134,7 +134,7 @@ jobs:
134134
pages: write
135135
steps:
136136
- name: Checkout Repository
137-
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
137+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
138138
with:
139139
ref: ${{ github.event.release.tag_name }}
140140
fetch-depth: 0
@@ -157,7 +157,7 @@ jobs:
157157
contents: read
158158
steps:
159159
- name: Checkout Repository
160-
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
160+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
161161
with:
162162
ref: ${{ github.event.release.tag_name }}
163163
fetch-depth: 0

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
contents: read
1717
steps:
18-
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
18+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1919
- name: Run Basic Tests
2020
working-directory: ${{ github.workspace }}
2121
shell: pwsh

0 commit comments

Comments
 (0)