Skip to content

Commit

Permalink
workflows/test: upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
egor-tensin committed Jan 1, 2023
1 parent c28ffad commit f91eb68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
shell: pwsh
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install Cygwin
uses: egor-tensin/setup-cygwin@v4
- name: Set up MinGW
Expand Down Expand Up @@ -58,9 +58,9 @@ jobs:
shell: pwsh
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Clean up PATH
uses: egor-tensin/cleanup-path@v1
uses: egor-tensin/cleanup-path@v3
if: runner.os == 'Windows'
- name: Set up MinGW
id: setup
Expand Down

0 comments on commit f91eb68

Please sign in to comment.