Skip to content

Commit ab670ea

Browse files
authored
Merge pull request #2 from roli-lpci/dependabot/github_actions/actions/checkout-6.0.2
Bump actions/checkout from 4.3.1 to 6.0.2
2 parents aefdcce + f80a38d commit ab670ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
lint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
16+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
1818
with:
1919
python-version: "3.12"
@@ -25,7 +25,7 @@ jobs:
2525
typecheck:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
28+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
3030
with:
3131
python-version: "3.12"
@@ -40,7 +40,7 @@ jobs:
4040
matrix:
4141
python-version: ["3.10", "3.11", "3.12", "3.13"]
4242
steps:
43-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
43+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
4545
with:
4646
python-version: ${{ matrix.python-version }}

.github/workflows/example-usage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
quality-gates:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
17+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818
with:
1919
fetch-depth: 0 # Required for changed file detection
2020

0 commit comments

Comments
 (0)