Skip to content

Commit b716385

Browse files
Bump the github-actions group with 5 updates (#74)
Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/setup-python](https://github.com/actions/setup-python) | `5.4.0` | `5.5.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.1` | `4.6.2` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.1.9` | `4.2.1` | | [kurtmckee/detect-pythons](https://github.com/kurtmckee/detect-pythons) | `1.1.0` | `1.1.1` | | [actions/cache](https://github.com/actions/cache) | `4.2.2` | `4.2.3` | Updates `actions/setup-python` from 5.4.0 to 5.5.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@4237552...8d9ed9a) Updates `actions/upload-artifact` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@4cec3d8...ea165f8) Updates `actions/download-artifact` from 4.1.9 to 4.2.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@cc20338...95815c3) Updates `kurtmckee/detect-pythons` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/kurtmckee/detect-pythons/releases) - [Changelog](https://github.com/kurtmckee/detect-pythons/blob/main/CHANGELOG.rst) - [Commits](kurtmckee/detect-pythons@38187a5...4a7b361) Updates `actions/cache` from 4.2.2 to 4.2.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@d4323d4...5a3ec84) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: kurtmckee/detect-pythons dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/cache dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5606104 commit b716385

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1111

1212
- name: Setup Python
13-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
13+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
1414
with:
1515
python-version: "3.12"
1616

@@ -22,7 +22,7 @@ jobs:
2222
python -m build .
2323
2424
- name: upload client builds
25-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
25+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
2626
with:
2727
name: client-builds
2828
path: client/dist/*
@@ -33,7 +33,7 @@ jobs:
3333
python -m build .
3434
3535
- name: upload daemon builds
36-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
36+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3737
with:
3838
name: daemon-builds
3939
path: daemon/dist/*
@@ -43,13 +43,13 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: download client builds
46-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
46+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
4747
with:
4848
name: client-builds
4949
path: client-dist
5050

5151
- name: download daemon builds
52-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
52+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
5353
with:
5454
name: daemon-builds
5555
path: daemon-dist

.github/workflows/test.yaml

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

1818
- name: "Setup Python"
1919
id: "setup-python"
20-
uses: "actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38" # v5.4.0
20+
uses: "actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55" # v5.5.0
2121
with:
2222
python-version: |
2323
3.8
@@ -29,11 +29,11 @@ jobs:
2929
allow-prereleases: true
3030

3131
- name: "Detect Pythons"
32-
uses: "kurtmckee/detect-pythons@38187a5464f266e93e5c1467699f7be2bf521d2e" # v1.1.0
32+
uses: "kurtmckee/detect-pythons@4a7b361b5ee27eb35c8b5026ac757d02751d6688" # v1.1.1
3333

3434
- name: "Restore cache"
3535
id: "restore-cache"
36-
uses: "actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf" # v4.2.2
36+
uses: "actions/cache@5a3ec84eff668545956fd18022155c47e93e2684" # v4.2.3
3737
with:
3838
# The cache key includes the following to ensure it busts correctly:
3939
#

0 commit comments

Comments
 (0)