diff options
author | Egor Tensin <egor@tensin.name> | 2024-01-28 11:40:05 +0100 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2024-01-28 11:40:05 +0100 |
commit | 1e07111bce9439407b2989c7adb168ebc1e23195 (patch) | |
tree | 9880d8b79d984d0f6e22a3bccd5ad7020cc6bd3f | |
parent | workflows/makefile_escaping: upgrade actions (diff) | |
download | blog-1e07111bce9439407b2989c7adb168ebc1e23195.tar.gz blog-1e07111bce9439407b2989c7adb168ebc1e23195.zip |
workflows/makefile_escaping: upgrade actionsmaster
-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 1e38ff3..9fbc156 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@v3 + uses: actions/checkout@v4 - name: make test run: | cd makefile_escaping @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: make test run: | cd makefile_escaping @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "Includes ' quote" run: | cd makefile_escaping @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: make test w/ default test_var run: | cd makefile_escaping |