Skip to content

Commit e22f230

Browse files
authored
Merge pull request #72 from globus/dependabot/github_actions/github-actions-37197a218f
Bump the github-actions group with 2 updates
2 parents dbede66 + cb20c2e commit e22f230

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 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@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
13+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
25+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
36+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
3737
with:
3838
name: daemon-builds
3939
path: daemon/dist/*

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
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@0b93645e9fea7318ecaed2b359559ac225c90a2b" # v5.3.0
20+
uses: "actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38" # v5.4.0
2121
with:
2222
python-version: |
2323
3.8

0 commit comments

Comments
 (0)