Skip to content

Commit 1e1838c

Browse files
Merge pull request #37 from KisaragiEffective/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 77d2af1 + 42a78dd commit 1e1838c

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed
File renamed without changes.

.github/workflows/CraftBukkit_AmbientType.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
# Steps represent a sequence of tasks that will be executed as part of the job
7878
steps:
7979
- name: Checkout
80-
uses: actions/checkout@v3
80+
uses: actions/checkout@v4
8181
- name: dig directory
8282
run: |
8383
cd $GITHUB_WORKSPACE

.github/workflows/is_signed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# Steps represent a sequence of tasks that will be executed as part of the job
1818
steps:
1919
- name: checkout full history
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0 # full
2323
- name: Dump GitHub context

.github/workflows/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout all revision
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131
with:
3232
fetch-depth: 0
3333
- name: Check

.github/workflows/seichi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# Steps represent a sequence of tasks that will be executed as part of the job
1515
steps:
1616
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
# https://github.com/rubygems/rubygems/issues/3068#issuecomment-574775885
1919
- name: Update gem
2020
run: sudo gem update -N --system 3.0.6

.github/workflows/warn_direct_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
-
1111
name: Checkout whole repository
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
1515
-

0 commit comments

Comments
 (0)