Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/CraftBukkit_AmbientType.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/is_signed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/seichi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/warn_direct_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
-
name: Checkout whole repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
-
Expand Down
Loading