There was an error while loading. Please reload this page.
1 parent 2cb663d commit 0c95ea1Copy full SHA for 0c95ea1
3 files changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
matrix:
17
python-version: ['3.x']
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- uses: actions/setup-python@v5
21
with:
22
python-version: ${{ matrix.python-version }}
.github/workflows/integration.yml
@@ -25,7 +25,7 @@ jobs:
25
sudo apt-get remove --purge nginx*
26
sudo apt-get autoremove
27
sudo apt-get autoclean
28
29
30
fetch-depth: 0
31
.github/workflows/wp-cli-version-check.yml
@@ -13,7 +13,7 @@ jobs:
13
pull-requests: write
14
15
- name: Checkout repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Get latest WP-CLI version
id: get-version
0 commit comments