Skip to content

Commit

Permalink
Use action/checkout v4 instead of v2 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati authored and jon-turney committed Oct 21, 2024
1 parent 006ad0b commit 3bb2cf5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ./
Expand Down Expand Up @@ -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: ./
Expand Down Expand Up @@ -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: ./
Expand Down Expand Up @@ -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: ./
Expand All @@ -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: ./
Expand All @@ -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: ./
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 3bb2cf5

Please sign in to comment.