Skip to content

Commit e03685a

Browse files
Bump actions/checkout from 6.0.2 to 6.0.3 (#197)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...df4cb1c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ded7c2 commit e03685a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
id-token: write
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
16+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1717
with:
1818
ref: ${{ github.event.release.target_commitish }}
1919
- name: Validate and extract release information

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
)
1616
steps:
1717
- name: Check out merge commit of pull request
18-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
18+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1919
with:
2020
ref: ${{ github.event.pull_request.merge_commit_sha }}
2121
submodules: true

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
!contains(github.event.head_commit.message, '[skip ci]')
1313
steps:
1414
- name: Check out commit
15-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
15+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1616
with:
1717
submodules: true
1818
- name: Use Node.js ${{ matrix.node-version }}
@@ -42,7 +42,7 @@ jobs:
4242
!contains(github.event.head_commit.message, '[skip ci]')
4343
steps:
4444
- name: Check out commit
45-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
45+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4646
with:
4747
submodules: true
4848
- name: Use Node.js ${{ matrix.node-version }}
@@ -62,7 +62,7 @@ jobs:
6262
!contains(github.event.head_commit.message, '[skip ci]')
6363
steps:
6464
- name: Check out commit
65-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
65+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
6666
with:
6767
submodules: true
6868
- name: Use Node.js 26

0 commit comments

Comments
 (0)