Skip to content

Commit 5414df3

Browse files
committed
chore(bot): bump actions/checkout version
1 parent d591ff5 commit 5414df3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/bot/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ description: "🤖 beep boop"
33
runs:
44
using: "composite"
55
steps:
6-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7
6+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
77
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # 7.0.1
88
with:
99
script: |
1010
const crypto = require('crypto');
1111
const uuid = crypto.randomUUID();
1212
const bot = require('./.github/actions/bot/index.js');
13-
await bot(core, github, context, uuid);
13+
await bot(core, github, context, uuid);

0 commit comments

Comments
 (0)