Skip to content

Commit c5e0f55

Browse files
Bump actions/checkout from 4 to 5 (#86)
2 parents 65006f5 + 135b9f6 commit c5e0f55

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/readme-checker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout Repository
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212
- name: Markdown Lint
1313
uses: DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e
1414
with:

.github/workflows/shell-checker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
sh-checker:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
- name: Run the sh-checker
1212
uses: luizm/action-sh-checker@17bd25a6ee188d2b91f677060038f4ba37ba14b2
1313
env:

.github/workflows/shell-format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
sudo apt-get install shfmt -y
1919
- name: Checkout Code
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
with:
2222
ref: ${{ github.head_ref }}
2323
- name: Format, Commit and Push Changes

0 commit comments

Comments
 (0)