From 8dc40a191c4966dfe876eefd6ea1479ad4ae7905 Mon Sep 17 00:00:00 2001 From: bitcookies Date: Tue, 25 Jun 2024 18:05:42 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Update=20Checkout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/keygen.yml | 6 +++--- .github/workflows/keygen_secrets.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/keygen.yml b/.github/workflows/keygen.yml index 225f7d9..648b0c7 100644 --- a/.github/workflows/keygen.yml +++ b/.github/workflows/keygen.yml @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/keygen_secrets.yml b/.github/workflows/keygen_secrets.yml index 0c1a0b4..f98eaf9 100644 --- a/.github/workflows/keygen_secrets.yml +++ b/.github/workflows/keygen_secrets.yml @@ -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 @@ -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 @@ -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