Skip to content

Commit 9c122a2

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/checkout-4.2.0' into dev/v5.5.1
2 parents d44c984 + 49bff17 commit 9c122a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.9", "pypy3.10"]
1616
steps:
17-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
17+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1818
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
1919
with:
2020
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)