Skip to content

Commit 78c29c9

Browse files
authored
Merge pull request #4 from Set-OutlookSignatures/dependabot/github_actions/actions/checkout-5
chore(deps): ⬆️ bump actions/checkout from 4 to 5
2 parents 81b573b + e154352 commit 78c29c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/enhance-deps-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: contains(github.event.pull_request.labels.*.name, 'dependencies')
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
with:
1919
ref: ${{ github.head_ref }}
2020
fetch-depth: 0

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout Code
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333

3434
- name: Get Repo List
3535
id: repo

.github/workflows/traffic2badge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout Code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: Get Repo List
1919
id: repo

0 commit comments

Comments
 (0)