Skip to content

Commit

Permalink
Merge pull request #98 from atsign-foundation/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/github-actions-1145a91e6d

build(deps): bump actions/setup-python from 5.1.0 to 5.1.1 in the github-actions group
  • Loading branch information
cpswan authored Jul 10, 2024
2 parents e2984d4 + 4de5f8b commit cf52aef
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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
with:
python-version: '3.11'

Expand Down

0 comments on commit cf52aef

Please sign in to comment.