Skip to content

Commit

Permalink
Merge pull request #96 from atsign-foundation/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/checkout-4.1.6

build(deps): bump actions/checkout from 4.1.5 to 4.1.6
  • Loading branch information
cpswan authored May 17, 2024
2 parents 9a21afb + 386dc49 commit fd15f96
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 @@ -23,7 +23,7 @@ jobs:
with:
python-version: 3.9 #install the python needed
- name: checkout repo content
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Install and run linter
run: |-
python3 -m pip install --require-hashes -r tools/requirements.txt
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 @@ -15,7 +15,7 @@ jobs:
steps:
- name: Checkout this repo
if: ${{ github.actor == 'dependabot[bot]' }}
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
Expand Down

0 comments on commit fd15f96

Please sign in to comment.