Skip to content
/ lxml Public

Commit fe5df46

Browse files
dependabot[bot]scoder
authored andcommitted
Build: bump the github-actions group across 1 directory with 3 updates (#476)
Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v5) Updates `actions/cache` from 4.2.3 to 4.2.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0400d5f) Updates `actions/download-artifact` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...634f93c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9177121 commit fe5df46

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190

191191
steps:
192192
- name: Checkout repo
193-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
193+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
194194
with:
195195
fetch-depth: 1
196196

@@ -214,7 +214,7 @@ jobs:
214214
key: ${{ runner.os }}-ccache${{ matrix.extra_hash }}-${{ matrix.python-version }}-${{ matrix.env.STATIC_DEPS }}-${{ env.LIBXML2_VERSION }}-${{ env.LIBXSLT_VERSION }}
215215

216216
- name: Cache [libs]
217-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
217+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
218218
if: matrix.env.STATIC_DEPS
219219
with:
220220
path: |
@@ -259,7 +259,7 @@ jobs:
259259

260260
steps:
261261
- name: Checkout repo
262-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
262+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
263263
with:
264264
fetch-depth: 0
265265
fetch-tags: true

.github/workflows/wheels.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ jobs:
5757
runs-on: ${{ matrix.os }}
5858

5959
steps:
60-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
60+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6161

6262
- name: Cache [libs]
63-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
63+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
6464
with:
6565
path: |
6666
libs/*.xz
@@ -80,7 +80,7 @@ jobs:
8080
contents: write
8181

8282
steps:
83-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
83+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8484

8585
- name: Set up Python
8686
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
@@ -118,7 +118,7 @@ jobs:
118118
outputs:
119119
include: ${{ steps.set-matrix.outputs.include }}
120120
steps:
121-
- uses: actions/checkout@v4
121+
- uses: actions/checkout@v5
122122
- name: Install cibuildwheel
123123
# Nb. keep cibuildwheel version pin consistent with job below
124124
run: pipx install cibuildwheel==3.1.3
@@ -152,10 +152,10 @@ jobs:
152152

153153
steps:
154154
- name: Check out the repo
155-
uses: actions/checkout@v4
155+
uses: actions/checkout@v5
156156

157157
- name: Cache [libs]
158-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
158+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
159159
with:
160160
path: |
161161
libs/*.xz
@@ -220,7 +220,7 @@ jobs:
220220

221221
steps:
222222
- name: Download artifacts
223-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
223+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
224224
with:
225225
path: ./release_upload
226226
merge-multiple: true

0 commit comments

Comments
 (0)