Skip to content

Commit

Permalink
Merge pull request #63 from c-st/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-python-4.7.1
  • Loading branch information
c-st authored Oct 24, 2023
2 parents 3203ab9 + aac7d50 commit b2ebc42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: "actions/[email protected]"

- name: "Set up Python"
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: "3.10"
cache: "pip"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: "actions/[email protected]"

- name: "Set up Python"
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: "3.10"
cache: "pip"
Expand Down

0 comments on commit b2ebc42

Please sign in to comment.