From 7d0092c17e0d0dc3a987a6dee378f2422177769e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 02:33:18 +0900 Subject: [PATCH] Update actions/checkout action to v4 (#53) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 19c910b..336c643 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure git run: | git config --global user.name "Tomohiko Ozawa" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7df46bc..6f01963 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: name: Typical Usage of OpenVPN steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install OpenVPN run: | sudo apt update