Skip to content

Commit

Permalink
Merge pull request #91 from atsign-foundation/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-python-5.1.0

build(deps): bump actions/setup-python from 5.0.0 to 5.1.0
  • Loading branch information
cpswan authored Mar 27, 2024
2 parents 8a33a0a + e18f539 commit abb8407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pymarkdownlnt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Lint Markdown
steps:
- name: Set up Python
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: 3.9 #install the python needed
- name: checkout repo content
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_python_requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Set up Python
if: ${{ github.actor == 'dependabot[bot]' }}
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.11'

Expand Down

0 comments on commit abb8407

Please sign in to comment.