aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 04:44:10 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 04:44:10 +0100
commit43ade2b3882c85da70b1b6f61431cd1566b5e8a0 (patch)
tree3c772ddbfb54e5ad1b2eb6da588341cdbed0efe5
parentset-output is deprecated (diff)
downloadsetup-clang-43ade2b3882c85da70b1b6f61431cd1566b5e8a0.tar.gz
setup-clang-43ade2b3882c85da70b1b6f61431cd1566b5e8a0.zip
workflows/test: upgrade actions
-rw-r--r--.github/workflows/test.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 444dcfc..225cac1 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -18,9 +18,9 @@ jobs:
name: 'Test: ${{ matrix.os }} / ${{ matrix.platform }}'
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 Clang
uses: ./
@@ -49,7 +49,7 @@ jobs:
name: 'Version: ${{ matrix.os }} / ${{ matrix.version }}'
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- id: setup
name: Set up Clang
uses: ./
@@ -79,11 +79,11 @@ jobs:
continue-on-error: true
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
- name: Install Cygwin
- uses: egor-tensin/setup-cygwin@v3
+ uses: egor-tensin/setup-cygwin@v4
- name: Set up Clang
uses: ./
with: