Skip to content

Commit

Permalink
Merge pull request #3398 from spidernet-io/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-python-5.1.0

build(deps): bump actions/setup-python from 5.0.0 to 5.1.0
  • Loading branch information
weizhoublue authored Apr 23, 2024
2 parents e39097a + 6b9f69e commit decdd48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/call-lint-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

# https://github.com/actions/setup-python
- name: Set up Python
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: 3.8
architecture: x64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-spell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
ref: ${{ env.ref }}

- name: Set up Python
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: 3.8
architecture: x64
Expand Down

0 comments on commit decdd48

Please sign in to comment.