Skip to content

Commit 3805ffe

Browse files
build(deps): bump actions/checkout in /.github/workflows
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5.0.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 168bd5d commit 3805ffe

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/codeql.yml

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

2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v6.0.2
2626
with:
2727
persist-credentials: false
2828

.github/workflows/locale-mod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212

1313
steps:
1414
- name: Checkout Peacock
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v6.0.2
1616
with:
1717
persist-credentials: false
1818
token: ${{ secrets.PEACOCKBOT_TOKEN }}
1919
path: "./Peacock"
2020

2121
- name: Checkout Peacock Strings
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v6.0.2
2323
with:
2424
token: ${{ secrets.PEACOCKBOT_TOKEN }}
2525
repository: thepeacockproject/peacock-strings

.github/workflows/locale.yml

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

1414
steps:
1515
- name: Checkout Peacock
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v6.0.2
1717
with:
1818
token: ${{ secrets.PEACOCKBOT_TOKEN }}
1919
path: "./Peacock"

.github/workflows/patcher-publish.yml

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

1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
16+
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
1717
with:
1818
ref: ${{ github.ref_name }}
1919
path: repository

.github/workflows/patcher.yml

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

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v6.0.2
2222

2323
- name: Setup .NET Core
2424
uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)