Skip to content

Commit

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

build(deps): bump actions/checkout from 4.1.6 to 4.1.7
  • Loading branch information
cpswan authored Jun 13, 2024
2 parents fd15f96 + 5ea5ccb commit e2984d4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ updates:
directory: "/"
schedule:
interval: "daily"
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: "pip"
directory: "/tools" # Location of package manifests
schedule:
interval: "daily"
interval: "daily"
groups:
pip:
patterns:
- "*"
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
Expand Down

0 comments on commit e2984d4

Please sign in to comment.