Skip to content

Commit f2cf1fa

Browse files
chore(deps): bump actions/checkout from 3 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1c740d commit f2cf1fa

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
egress-policy: audit
6161

6262
- name: Checkout Code
63-
uses: actions/checkout@v3
63+
uses: actions/checkout@v6
6464
with:
6565
token: ${{ secrets.NPM_TOKEN }}
6666

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
steps:
5858

5959
- name: Checkout Code
60-
uses: actions/checkout@v3
60+
uses: actions/checkout@v6
6161

6262
- name: Login to GitHub Container Registry
6363
uses: docker/login-action@v2

.github/workflows/email.yml

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

106106
- name: Checkout Code
107107
if: inputs.attachment-flag
108-
uses: actions/checkout@v3
108+
uses: actions/checkout@v6
109109

110110
- name: Handle Attachments
111111
if: inputs.attachment-flag

.github/workflows/node-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
egress-policy: audit # TODO: change to 'egress-policy: block' after a couple of runs
4343

4444
- name: Checkout Code
45-
uses: actions/checkout@v3
45+
uses: actions/checkout@v6
4646
with:
4747
persist-credentials: false
4848

0 commit comments

Comments
 (0)