Skip to content

Commit a7c7f8b

Browse files
authored
Merge pull request #29 from exonet/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 2784129 + 650a191 commit a7c7f8b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

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

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929

3030
- name: Composer install
3131
uses: php-actions/composer@v6
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: Checkout repository
50-
uses: actions/checkout@v4
50+
uses: actions/checkout@v5
5151
with:
5252
ref: ${{ github.head_ref }}
5353

.github/workflows/sync-labels.yaml

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

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Run Label Syncer
2222
uses: micnncim/action-label-syncer@v1.3.0

0 commit comments

Comments
 (0)