Skip to content

Commit ea9268b

Browse files
authored
Update entropy-beauty-scan.yml
Not sure why the version numbers went back.
1 parent b3f5177 commit ea9268b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/entropy-beauty-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code (full history)
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818

@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Post summary comment (PR only)
2929
if: github.event_name == 'pull_request' || github.event_name == 'pull_request_target'
30-
uses: actions/github-script@v7
30+
uses: actions/github-script@v8
3131
with:
3232
github-token: ${{ secrets.GITHUB_TOKEN }}
3333
script: |

0 commit comments

Comments
 (0)