Skip to content

Commit

Permalink
Updated actions/checkout to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mxr576 committed Mar 3, 2024
1 parent 653f322 commit c6346c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
#
# steps:
# - name: "Checkout"
# uses: "actions/checkout@v3"
# uses: "actions/checkout@v4.1.1"
#
# - name: "Install PHP"
# uses: "shivammathur/setup-php@2.30.0"
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4.1.1"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.0"
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4.1.1"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4.1.1"

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

0 comments on commit c6346c9

Please sign in to comment.