Skip to content

Commit 4608964

Browse files
Bump the actions group with 2 updates (#273)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4b19965 commit 4608964

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/build-release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ jobs:
6060
echo "cpython_release: $CPYTHON_RELEASE"
6161
6262
- name: "Checkout python/release-tools"
63-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
63+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6464
with:
6565
persist-credentials: false
6666

6767
- name: "Checkout ${{ env.GIT_REMOTE }}/cpython"
68-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
68+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6969
with:
7070
persist-credentials: false
7171
repository: "${{ env.GIT_REMOTE }}/cpython"
@@ -96,12 +96,12 @@ jobs:
9696
- verify-input
9797
steps:
9898
- name: "Checkout python/release-tools"
99-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
99+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
100100
with:
101101
persist-credentials: false
102102

103103
- name: "Checkout ${{ env.GIT_REMOTE }}/cpython"
104-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
104+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
105105
with:
106106
persist-credentials: false
107107
repository: "${{ env.GIT_REMOTE }}/cpython"
@@ -138,7 +138,7 @@ jobs:
138138
if: fromJSON(needs.verify-input.outputs.build-docs)
139139
steps:
140140
- name: "Checkout ${{ env.GIT_REMOTE }}/cpython"
141-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
141+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
142142
with:
143143
persist-credentials: false
144144
repository: "${{ env.GIT_REMOTE }}/cpython"
@@ -184,7 +184,7 @@ jobs:
184184
- build-source
185185
steps:
186186
- name: "Download the source artifacts"
187-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
187+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
188188
with:
189189
name: source
190190

@@ -223,7 +223,7 @@ jobs:
223223
triplet: ${{ matrix.arch }}-linux-android
224224
steps:
225225
- name: "Checkout ${{ env.GIT_REMOTE }}/cpython"
226-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
226+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
227227
with:
228228
persist-credentials: false
229229
repository: "${{ env.GIT_REMOTE }}/cpython"

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
with:
1818
persist-credentials: false
1919
- uses: actions/setup-python@v5

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: ["3.12", "3.13"]
1818
os: [macos-latest, ubuntu-latest]
1919
steps:
20-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121
with:
2222
persist-credentials: false
2323
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0

0 commit comments

Comments
 (0)