Skip to content

Commit

Permalink
Merge pull request #66 from globus/dependabot/github_actions/github-a…
Browse files Browse the repository at this point in the history
…ctions-142643c1bf

Bump the github-actions group with 2 updates
  • Loading branch information
kurtmckee authored Sep 2, 2024
2 parents d9db075 + adc5751 commit 9018645
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Setup Python
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
with:
python-version: "3.12"

Expand All @@ -22,7 +22,7 @@ jobs:
python -m build .
- name: upload client builds
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: client-builds
path: client/dist/*
Expand All @@ -33,7 +33,7 @@ jobs:
python -m build .
- name: upload daemon builds
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: daemon-builds
path: daemon/dist/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: "Setup Python"
id: "setup-python"
uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1
uses: "actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3" # v5.2.0
with:
python-version: |
3.8
Expand Down

0 comments on commit 9018645

Please sign in to comment.