diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3edf9d49..30b20662 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Get tag id: get_tag diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6f8c3726..9b348822 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,8 @@ name: CI +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true + on: push: branches: [ master ] @@ -11,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Run setup scripts with Bash shell: bash @@ -26,7 +29,7 @@ jobs: runs-on: macos-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Run setup scripts with Bash shell: bash @@ -39,7 +42,7 @@ jobs: needs: test-all-ubuntu-bash runs-on: macos-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Run setup scripts with Zsh shell: bash @@ -53,7 +56,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Run PowerShell Core test scripts run: ./test.ps1 @@ -72,7 +75,7 @@ jobs: image: bitnami/git:${{ matrix.git_version }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Run setup scripts with Bash shell: bash