Skip to content

Commit 4604aa7

Browse files
chore(deps): Bump actions/checkout from 4.3.1 to 6.0.2 (#255)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.3.1...de0fac2) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Null;Variant <null@nullvariant.com>
1 parent cd2db29 commit 4604aa7

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/blaze-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
private_key: ${{ secrets.BLAZE_BOT_PRIVATE_KEY }}
4040

4141
- name: 📥 Checkout (FAST!)
42-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
42+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
4343
with:
4444
token: ${{ steps.app-token.outputs.token }}
4545

.github/workflows/ciel-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
private_key: ${{ secrets.CIEL_BOT_PRIVATE_KEY }}
4040

4141
- name: 📥 Checkout (gently)
42-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
42+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
4343
with:
4444
token: ${{ steps.app-token.outputs.token }}
4545

.github/workflows/justice-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
private_key: ${{ secrets.JUSTICE_BOT_PRIVATE_KEY }}
4141

4242
- name: 📥 Checkout (for inspection)
43-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
43+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
4444
with:
4545
token: ${{ steps.app-token.outputs.token }}
4646

.github/workflows/luna-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
private_key: ${{ secrets.LUNA_BOT_PRIVATE_KEY }}
4141

4242
- name: 📥 Checkout (excitedly)
43-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
43+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
4444
with:
4545
token: ${{ steps.app-token.outputs.token }}
4646

.github/workflows/mimi-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
private_key: ${{ secrets.MIMI_BOT_PRIVATE_KEY }}
4141

4242
- name: 📥 Checkout (quietly)
43-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
43+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
4444
with:
4545
token: ${{ steps.app-token.outputs.token }}
4646

.github/workflows/slow-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
private_key: ${{ secrets.SLOW_BOT_PRIVATE_KEY }}
4141

4242
- name: 📥 Checkout (reluctantly)
43-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
43+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
4444
with:
4545
token: ${{ steps.app-token.outputs.token }}
4646

0 commit comments

Comments
 (0)