Skip to content

Commit 4dec3d9

Browse files
authored
Bump the github-actions group across 1 directory with 4 updates (#82)
2 parents 015410c + 925af9d commit 4dec3d9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1111

1212
- name: Setup Python
13-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
13+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
25+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
36+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
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@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
46+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
4747
with:
4848
name: client-builds
4949
path: client-dist
5050

5151
- name: download daemon builds
52-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
52+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
5353
with:
5454
name: daemon-builds
5555
path: daemon-dist

.github/workflows/test.yaml

Lines changed: 2 additions & 2 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@a26af69be951a213d495a4c3e4e4022e16d87065" # v5.6.0
20+
uses: "actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c" # v6.0.0
2121
with:
2222
python-version: |
2323
3.8
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: "Restore cache"
3535
id: "restore-cache"
36-
uses: "actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809" # v4.2.4
36+
uses: "actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830" # v4.3.0
3737
with:
3838
# The cache key includes the following to ensure it busts correctly:
3939
#

0 commit comments

Comments
 (0)