Skip to content

Commit 53ab788

Browse files
committed
Bump actions/checkout from 3 to 4
1 parent 9cb9a01 commit 53ab788

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Deploy docs
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- uses: actions/[email protected]
1515
with:
1616
python-version: 3.x

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
editorconfig-checker:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- name: editorconfig-checker
1111
run: |
1212
docker run --rm -v ${GITHUB_WORKSPACE}:/check mstruebing/editorconfig-checker

0 commit comments

Comments
 (0)