Skip to content

Commit 8a0bbae

Browse files
chore(deps): update actions/checkout digest to df4cb1c
1 parent cb3726c commit 8a0bbae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
python-version: ["3.8", "3.9", "3.10", "3.11"]
1515
steps:
16-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
16+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1717
- name: Set up Python ${{ matrix.python-version }}
1818
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
1919
with:
@@ -33,7 +33,7 @@ jobs:
3333
os: [ubuntu-latest]
3434
python-version: ["3.8", "3.9", "3.10", "3.11"]
3535
steps:
36-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
36+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3737
- name: Set up Python ${{ matrix.python-version }}
3838
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
3939
with:

0 commit comments

Comments
 (0)