Skip to content

Commit

Permalink
Merge pull request #34 from atsign-company/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-python-5

chore(deps): bump actions/setup-python from 4 to 5
  • Loading branch information
cpswan authored Dec 7, 2023
2 parents ad44799 + 7dfaa14 commit 0bbef2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/newlabel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: checkout repo content
uses: actions/checkout@v4 # checkout the repository content to github runner.
- name: setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9 #install the python needed
- name: execute dump_github_labels.py then unify_labels.py # sync action not fired by this push
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: checkout repo content
uses: actions/checkout@v4 # checkout the repository content to github runner.
- name: setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9 #install the python needed
- name: execute unify_labels.py
Expand Down

0 comments on commit 0bbef2d

Please sign in to comment.