Skip to content

Commit 3e8447a

Browse files
committed
github-sync
1 parent d0317cd commit 3e8447a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout code
10-
uses: actions/checkout@v1
10+
uses: actions/checkout@v5
1111
- name: Run Shellcheck
1212
uses: azohra/shell-linter@latest

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
name: Ensure this project runs
1212
steps:
13-
- uses: actions/checkout@v1
13+
- uses: actions/checkout@v5
1414
- uses: ./
1515
with:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)