From 42a78dd99b1a03a04906e957cbf3ebcfb18b1a31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 13:57:13 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- ...<,>.?_\\" => "\"!\\\"#$%&'()=-~^|\\\\`@{[+;*:}]<,>.?_\\\\\"" | 0 .github/workflows/CraftBukkit_AmbientType.yml | 2 +- .github/workflows/is_signed.yml | 2 +- .github/workflows/manual.yml | 2 +- .github/workflows/seichi.yml | 2 +- .github/workflows/warn_direct_push.yml | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) rename "!\"#$%&'()=-~^|\\`@{[+;*:}]<,>.?_\\" => "\"!\\\"#$%&'()=-~^|\\\\`@{[+;*:}]<,>.?_\\\\\"" (100%) diff --git "a/!\"#$%&'()=-~^|\\`@{[+;*:}]<,>.?_\\" "b/\"!\\\"#$%&'()=-~^|\\\\`@{[+;*:}]<,>.?_\\\\\"" similarity index 100% rename from "!\"#$%&'()=-~^|\\`@{[+;*:}]<,>.?_\\" rename to "\"!\\\"#$%&'()=-~^|\\\\`@{[+;*:}]<,>.?_\\\\\"" diff --git a/.github/workflows/CraftBukkit_AmbientType.yml b/.github/workflows/CraftBukkit_AmbientType.yml index f3de98a..19510d3 100644 --- a/.github/workflows/CraftBukkit_AmbientType.yml +++ b/.github/workflows/CraftBukkit_AmbientType.yml @@ -77,7 +77,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: dig directory run: | cd $GITHUB_WORKSPACE diff --git a/.github/workflows/is_signed.yml b/.github/workflows/is_signed.yml index dd3aee3..d210e11 100644 --- a/.github/workflows/is_signed.yml +++ b/.github/workflows/is_signed.yml @@ -17,7 +17,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: checkout full history - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # full - name: Dump GitHub context diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index a8e19a5..1043a08 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout all revision - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Check diff --git a/.github/workflows/seichi.yml b/.github/workflows/seichi.yml index 493e9d1..04b173d 100644 --- a/.github/workflows/seichi.yml +++ b/.github/workflows/seichi.yml @@ -14,7 +14,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # https://github.com/rubygems/rubygems/issues/3068#issuecomment-574775885 - name: Update gem run: sudo gem update -N --system 3.0.6 diff --git a/.github/workflows/warn_direct_push.yml b/.github/workflows/warn_direct_push.yml index ae2fb65..ce6950e 100644 --- a/.github/workflows/warn_direct_push.yml +++ b/.github/workflows/warn_direct_push.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout whole repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 -