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 19510d3..f38d4ff 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@v4 + uses: actions/checkout@v5 - name: dig directory run: | cd $GITHUB_WORKSPACE diff --git a/.github/workflows/is_signed.yml b/.github/workflows/is_signed.yml index d210e11..2a45765 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@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # full - name: Dump GitHub context diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 1043a08..32559d8 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@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Check diff --git a/.github/workflows/seichi.yml b/.github/workflows/seichi.yml index 04b173d..8d3f5ec 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@v4 + - uses: actions/checkout@v5 # 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 ce6950e..684cf57 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@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 -