From d89a60379e14c9c25d3b7f96a9c5b14cbd808fd2 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 1 Jan 2023 23:52:20 +0100 Subject: workflows/makefile_escaping: upgrade actions --- .github/workflows/makefile-escaping.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/makefile-escaping.yml b/.github/workflows/makefile-escaping.yml index 396822a..1e38ff3 100644 --- a/.github/workflows/makefile-escaping.yml +++ b/.github/workflows/makefile-escaping.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: make test run: | cd makefile_escaping @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: make test run: | cd makefile_escaping @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: "Includes ' quote" run: | cd makefile_escaping @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: make test w/ default test_var run: | cd makefile_escaping -- cgit v1.2.3