mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-26 11:37:44 +08:00
Upgrade the checkout to V4 (#79)
* Update versions to latest * Update create-pr-to-update-manifest.yml * Update get-new-tool-versions.yml * Update get-tools-new-versions.yml * Update validate-manifest.yml
This commit is contained in:
4
.github/workflows/common_tests.yml
vendored
4
.github/workflows/common_tests.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Pester
|
||||
shell: pwsh
|
||||
@@ -20,4 +20,4 @@ jobs:
|
||||
run: |
|
||||
Import-Module Pester
|
||||
Import-Module Assert
|
||||
Invoke-Pester -EnableExit
|
||||
Invoke-Pester -EnableExit
|
||||
|
||||
Reference in New Issue
Block a user