Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit af90bd0

Browse files
Bump actions/checkout from 3 to 4 (#174)
1 parent 91744ba commit af90bd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: github.actor != 'dependabot[bot]'
1616
steps:
1717
- name: Checkout main
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
7+
- uses: actions/checkout@v4
88
- uses: xt0rted/markdownlint-problem-matcher@v2
99
- name: "Run Markdown linter"
1010
uses: docker://avtodev/markdown-lint:v1

0 commit comments

Comments
 (0)