Skip to content

Commit e470471

Browse files
committed
fix: revert test references back to v4
1 parent d3ad71b commit e470471

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/generate-readme.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
uses: keyfactor/checkout@v4
4343
with:
4444
repository: keyfactor/doctool
45-
path: doctool
46-
ref: fix/chromedriver-version-lookup
45+
path: doctool
4746
token: ${{ secrets.token }}
4847

4948
- name: Launch local doctool

.github/workflows/starter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
permissions:
132132
contents: write # Explicitly grant write permission
133133
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
134-
uses: Keyfactor/actions/.github/workflows/generate-readme.yml@fix/chromedriver-version-lookup
134+
uses: Keyfactor/actions/.github/workflows/generate-readme.yml@v4
135135
with:
136136
command_token_url: ${{ vars.COMMAND_TOKEN_URL }}
137137
command_hostname: ${{ vars.COMMAND_HOSTNAME }}

0 commit comments

Comments
 (0)