Skip to content

Commit

Permalink
🚀 Update Checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcookies committed Jun 25, 2024
1 parent a7f3e82 commit 8dc40a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/keygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: github.event.inputs.KEY_ENCODING == 'ascii'

steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.7

- name: Generating License (ASCII)
# Do Not Use pwsh
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
if: github.event.inputs.KEY_ENCODING == 'ansi'

steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.7

- name: Generating License (ANSI)
# Use PowerShell 7
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
if: github.event.inputs.KEY_ENCODING == 'utf8'

steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.7

- name: Generating License (UTF-8)
# Do Not Use pwsh
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/keygen_secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
if: github.event.inputs.KEY_ENCODING == 'ascii'

steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.7

- name: Generating License (ASCII)
# Do Not Use pwsh
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
if: github.event.inputs.KEY_ENCODING == 'ansi'

steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.7

- name: Generating License (ANSI)
# Use PowerShell 7
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
if: github.event.inputs.KEY_ENCODING == 'utf8'

steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.7

- name: Generating License (UTF-8)
# Do Not Use pwsh
Expand Down

0 comments on commit 8dc40a1

Please sign in to comment.