Skip to content

Commit c804233

Browse files
authored
Merge pull request #4681 from codeigniter4/revert-4678-dependabot/github_actions/actions/checkout-2.3.4
Revert Actions minor versioning
2 parents 3509f60 + 3e57c4d commit c804233

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/deploy-apidocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
git config --global user.name "${GITHUB_ACTOR}"
2424
2525
- name: Checkout source
26-
uses: actions/checkout@v2.3.4
26+
uses: actions/checkout@v2
2727
with:
2828
path: source
2929

3030
- name: Checkout target
31-
uses: actions/checkout@v2.3.4
31+
uses: actions/checkout@v2
3232
with:
3333
repository: codeigniter4/api
3434
token: ${{ secrets.ACCESS_TOKEN }}

.github/workflows/deploy-framework.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
git config --global user.name "${GITHUB_ACTOR}"
1919
2020
- name: Checkout source
21-
uses: actions/checkout@v2.3.4
21+
uses: actions/checkout@v2
2222
with:
2323
path: source
2424

2525
- name: Checkout target
26-
uses: actions/checkout@v2.3.4
26+
uses: actions/checkout@v2
2727
with:
2828
repository: codeigniter4/framework
2929
token: ${{ secrets.ACCESS_TOKEN }}
@@ -63,12 +63,12 @@ jobs:
6363
git config --global user.name "${GITHUB_ACTOR}"
6464
6565
- name: Checkout source
66-
uses: actions/checkout@v2.3.4
66+
uses: actions/checkout@v2
6767
with:
6868
path: source
6969

7070
- name: Checkout target
71-
uses: actions/checkout@v2.3.4
71+
uses: actions/checkout@v2
7272
with:
7373
repository: codeigniter4/appstarter
7474
token: ${{ secrets.ACCESS_TOKEN }}

.github/workflows/deploy-userguide-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v2.3.4
22+
uses: actions/checkout@v2
2323

2424
# Build the latest User Guide
2525
- name: Build with Sphinx

.github/workflows/test-phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
php-versions: ['7.4', '8.0']
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v2.3.4
35+
uses: actions/checkout@v2
3636

3737
- name: Setup PHP
3838
uses: shivammathur/setup-php@2.11.0

.github/workflows/test-phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: sqlcmd -S 127.0.0.1 -U sa -P 1Secure*Password1 -Q "CREATE DATABASE test"
8787

8888
- name: Checkout
89-
uses: actions/checkout@v2.3.4
89+
uses: actions/checkout@v2
9090

9191
- name: Setup PHP, with composer and extensions
9292
uses: shivammathur/setup-php@2.11.0

.github/workflows/test-rector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
php-versions: ['7.4', '8.0']
3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@v2.3.4
39+
uses: actions/checkout@v2
4040

4141
- name: Setup PHP
4242
uses: shivammathur/setup-php@2.11.0

.github/workflows/test-userguide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Check User Guide syntax
1818
runs-on: ubuntu-20.04
1919
steps:
20-
- uses: actions/checkout@v2.3.4
20+
- uses: actions/checkout@v2
2121
- uses: ammaraskar/sphinx-action@0.4
2222
with:
2323
docs-folder: user_guide_src

0 commit comments

Comments
 (0)