Skip to content

Commit

Permalink
Revert "chore(deps): update actions/checkout action to v4 (#81)"
Browse files Browse the repository at this point in the history
This reverts commit 8feecdc.
  • Loading branch information
simPod committed Sep 22, 2023
1 parent 9ba3698 commit 9eac176
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4
uses: "actions/checkout@v3"
with:
fetch-depth: 2

Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4
uses: "actions/checkout@v3"
with:
fetch-depth: 2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4
uses: "actions/checkout@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/infection.yaml
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4
uses: "actions/checkout@v3"
with:
fetch-depth: 2

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: "Checkout code"
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4
uses: "actions/checkout@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
Expand All @@ -40,7 +40,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
uses: actions/checkout@v3

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
Expand Down

0 comments on commit 9eac176

Please sign in to comment.