diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 02:40:50 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 02:40:50 +0100 |
commit | 4f503ae4231cc366b8c8d7fe30a1ace6298dea78 (patch) | |
tree | dc5fbb30990ab4d94fa88f72b9129eb0dd67e1c1 /.github/workflows | |
parent | set-output is deprecated (diff) | |
download | setup-gcc-4f503ae4231cc366b8c8d7fe30a1ace6298dea78.tar.gz setup-gcc-4f503ae4231cc366b8c8d7fe30a1ace6298dea78.zip |
workflows/test: upgrade actions
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index abf1af3..f8dc8c7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: name: 'Test: ${{ matrix.os }} / ${{ matrix.platform }}' steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up GCC uses: ./ with: @@ -44,7 +44,7 @@ jobs: name: 'Version: ${{ matrix.os }} / ${{ matrix.version }}' steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up GCC uses: ./ with: @@ -70,11 +70,11 @@ jobs: name: 'Cygwin: hardlinks${{ matrix.hardlinks }}' 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 GCC uses: ./ with: |