Skip to content

Commit a5b5302

Browse files
authored
Merge pull request #214 from sureshg/dependabot/github_actions/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5
2 parents 7c173e0 + d453c47 commit a5b5302

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
steps:
5555
- name: 🛎️ Check out the source code
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v5
5757
with:
5858
fetch-depth: 0
5959

@@ -102,7 +102,7 @@ jobs:
102102

103103
steps:
104104
- name: 🛎️ Check out the source code
105-
uses: actions/checkout@v4
105+
uses: actions/checkout@v5
106106
with:
107107
fetch-depth: 0
108108
submodules: recursive

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
sparse-checkout: .github/config/labels.yml
2121

0 commit comments

Comments
 (0)