Skip to content

Commit 6ac42d2

Browse files
ci(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group across 1 directory (#28)
ci(deps): bump actions/checkout 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 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: titan-ron <30556071+titan-ron@users.noreply.github.com>
1 parent ca5e8a7 commit 6ac42d2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: 'read' # to check out the repository
2020
steps:
2121
- name: 'Checkout'
22-
uses: actions/checkout@v6.0.2
22+
uses: actions/checkout@v6.0.3
2323
with: { ref: '${{ github.event.pull_request.head.sha }}' }
2424

2525
- name: 'Setup Node.js'
@@ -106,7 +106,7 @@ jobs:
106106
node: ['lts/hydrogen', 'lts/iron', 'lts/jod', 'lts/krypton']
107107
steps:
108108
- name: 'Checkout'
109-
uses: actions/checkout@v6.0.2
109+
uses: actions/checkout@v6.0.3
110110
with: { ref: '${{ github.event.pull_request.head.sha }}' }
111111

112112
- name: 'Setup Node.js'
@@ -138,7 +138,7 @@ jobs:
138138
contents: 'read' # to check out the repository
139139
steps:
140140
- name: 'Checkout'
141-
uses: actions/checkout@v6.0.2
141+
uses: actions/checkout@v6.0.3
142142
with: { ref: '${{ github.event.pull_request.head.sha }}' }
143143

144144
- name: 'Setup Node.js'
@@ -207,7 +207,7 @@ jobs:
207207
id-token: 'write' # OIDC: npm trusted publishing (token-free auth) + provenance
208208
steps:
209209
- name: 'Checkout'
210-
uses: actions/checkout@v6.0.2
210+
uses: actions/checkout@v6.0.3
211211
with: { fetch-depth: '0', ref: '${{ github.event.pull_request.head.sha }}' }
212212

213213
- name: 'Setup Node.js'

0 commit comments

Comments
 (0)