-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use action/checkout v4 instead of v2 in tests
- Loading branch information
1 parent
006ad0b
commit 3bb2cf5
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
steps: | ||
- run: git config --global core.autocrlf input | ||
|
||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Install Cygwin | ||
uses: ./ | ||
|
@@ -85,7 +85,7 @@ jobs: | |
- run: git config --global core.autocrlf input | ||
shell: pwsh -command ". '{0}'". | ||
|
||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Install Cygwin | ||
uses: ./ | ||
|
@@ -123,7 +123,7 @@ jobs: | |
steps: | ||
- run: git config --global core.autocrlf input | ||
|
||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Install Cygwin | ||
uses: ./ | ||
|
@@ -166,7 +166,7 @@ jobs: | |
steps: | ||
- run: git config --global core.autocrlf input | ||
|
||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Install Cygwin | ||
uses: ./ | ||
|
@@ -184,7 +184,7 @@ jobs: | |
steps: | ||
- run: git config --global core.autocrlf input | ||
|
||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Install Cygwin | ||
uses: ./ | ||
|
@@ -207,7 +207,7 @@ jobs: | |
steps: | ||
- run: git config --global core.autocrlf input | ||
|
||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Fail to install Cygwin | ||
uses: ./ | ||
|
@@ -239,7 +239,7 @@ jobs: | |
steps: | ||
- run: git config --global core.autocrlf input | ||
|
||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Run repo HTTP server | ||
uses: Eun/[email protected] | ||
|