diff --git a/.github/workflows/Lint.yml b/.github/workflows/Lint.yml index 685b751..356a49a 100644 --- a/.github/workflows/Lint.yml +++ b/.github/workflows/Lint.yml @@ -26,7 +26,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # Set up NodeJS on the build host - name: Setup Node.js environment diff --git a/.github/workflows/NPM-Publish.yml b/.github/workflows/NPM-Publish.yml index 397d292..3bded13 100644 --- a/.github/workflows/NPM-Publish.yml +++ b/.github/workflows/NPM-Publish.yml @@ -21,7 +21,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE - name: Clone Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Set up NodeJS on the build host with caching support to optimize execution - name: Set up Node.js @@ -86,7 +86,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE - name: Clone Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Set up NodeJS on the build host with caching support to optimize execution - name: Set up Node.js diff --git a/.github/workflows/SecretScan.yml b/.github/workflows/SecretScan.yml index 09dc8c0..ecb68cc 100644 --- a/.github/workflows/SecretScan.yml +++ b/.github/workflows/SecretScan.yml @@ -27,7 +27,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE - name: Clone Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Scan for Secrets uses: trufflesecurity/trufflehog@main diff --git a/.github/workflows/Unit-Test.yml b/.github/workflows/Unit-Test.yml index c795102..b791e39 100644 --- a/.github/workflows/Unit-Test.yml +++ b/.github/workflows/Unit-Test.yml @@ -27,7 +27,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE - name: Clone Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Set up NodeJS on the build host - name: Setup Node.JS Environment