Skip to content

Commit 2a4860a

Browse files
authored
Merge pull request #333 from qualcomm-linux/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 3 to 6
2 parents 940fc53 + 2779fa3 commit 2a4860a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check-executable-permissions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626

2727
- name: Check for missing +x on shell scripts
2828
run: |

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout source
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
2323

.github/workflows/zstd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121

2222
- name: Install zstd
2323
run: |

0 commit comments

Comments
 (0)