mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2026-01-11 02:14:42 +00:00
Compare commits
1 Commits
0.151
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ffc64c7e25 |
2
.github/workflows/generator.yml
vendored
2
.github/workflows/generator.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
# Setup repository
|
# Setup repository
|
||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/linting.yml
vendored
2
.github/workflows/linting.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
# Setup repository
|
# Setup repository
|
||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/repository.yml
vendored
2
.github/workflows/repository.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Sync labels
|
- name: Sync labels
|
||||||
uses: micnncim/action-label-syncer@v1
|
uses: micnncim/action-label-syncer@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user