Skip to content

Commit 146c47e

Browse files
authored
Merge pull request #133 from asyncee/dependabot/github_actions/actions/checkout-4.1.6
Actions(deps): Bump actions/checkout from 4.1.5 to 4.1.6
2 parents cb55861 + 6756b25 commit 146c47e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_pre_commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Run pre-commit on all files
1515
runs-on: ubuntu-20.04
1616
steps:
17-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
17+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1818

1919
- name: Set up Python 3.10
2020
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0

.github/workflows/run_tox.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- '3.10' # includes tox env about code coverage
2323

2424
steps:
25-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
25+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2626

2727
- name: Set up Python ${{ matrix.python-version }}
2828
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0

0 commit comments

Comments
 (0)