Skip to content

Commit c7df3e1

Browse files
chore(deps): update actions/checkout action to v4 (gitbugactions#152)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8d98f84 commit c7df3e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3.6.0
16+
uses: actions/checkout@v4.1.7
1717

1818
- name: Run linter
1919
uses: psf/black@stable

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v3.6.0
22+
uses: actions/checkout@v4.1.7
2323

2424
- name: Set up Python
2525
uses: actions/[email protected]

0 commit comments

Comments
 (0)