Skip to content

Commit

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

build(deps): bump actions/checkout from 4.1.2 to 4.1.3
  • Loading branch information
gkc authored Apr 22, 2024
2 parents 3048ee6 + 264b9c5 commit d72c9a5
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
Expand Down

0 comments on commit d72c9a5

Please sign in to comment.