diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-01 23:52:20 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-01 23:52:20 +0100 |
commit | d89a60379e14c9c25d3b7f96a9c5b14cbd808fd2 (patch) | |
tree | 2e851e98ad9af40434b6006187f2078b13e1df25 /.github/workflows/makefile-escaping.yml | |
parent | makefile_escaping: consistent prelude (diff) | |
download | blog-d89a60379e14c9c25d3b7f96a9c5b14cbd808fd2.tar.gz blog-d89a60379e14c9c25d3b7f96a9c5b14cbd808fd2.zip |
workflows/makefile_escaping: upgrade actions
Diffstat (limited to '.github/workflows/makefile-escaping.yml')
-rw-r--r-- | .github/workflows/makefile-escaping.yml | 8 |
1 files changed, 4 insertions, 4 deletions
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 |