Skip to content

Commit babddaf

Browse files
ci: bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group across 1 directory (apple#1640)
-Bumps the github-actions group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). - Updates `actions/checkout` from 6.0.2 to 6.0.3 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c8b4fd7 commit babddaf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
packages: read
3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
33+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3434
with:
3535
fetch-depth: 0
3636

.github/workflows/pr-label-apply.yml

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

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
23+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2424

2525
- name: Download PR metadata artifact
2626
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1

0 commit comments

Comments
 (0)