-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): roll back actions/checkout action to v4.1.1
| datasource | package | from | to | | ----------- | ---------------- | ---- | ------ | | github-tags | actions/checkout | v4 | v4.1.1 |
- Loading branch information
1 parent
11112db
commit 5f4c4c5
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
|
||
steps: | ||
- name: "Checkout" | ||
uses: "actions/checkout@v4" | ||
uses: "actions/checkout@v4.1.1" | ||
|
||
- name: "Lint YAML files" | ||
uses: "ibiqlik/[email protected]" | ||
|
@@ -81,7 +81,7 @@ jobs: | |
|
||
steps: | ||
- name: "Checkout" | ||
uses: "actions/checkout@v4" | ||
uses: "actions/checkout@v4.1.1" | ||
|
||
- name: "Install PHP with extensions" | ||
uses: "shivammathur/[email protected]" | ||
|
@@ -115,7 +115,7 @@ jobs: | |
|
||
steps: | ||
- name: "Checkout" | ||
uses: "actions/checkout@v4" | ||
uses: "actions/checkout@v4.1.1" | ||
|
||
- name: "Install PHP with extensions" | ||
uses: "shivammathur/[email protected]" | ||
|
@@ -176,7 +176,7 @@ jobs: | |
|
||
steps: | ||
- name: "Checkout" | ||
uses: "actions/checkout@v4" | ||
uses: "actions/checkout@v4.1.1" | ||
|
||
- name: "Install PHP with extensions" | ||
uses: "shivammathur/[email protected]" | ||
|
@@ -216,7 +216,7 @@ jobs: | |
|
||
steps: | ||
- name: "Checkout" | ||
uses: "actions/checkout@v4" | ||
uses: "actions/checkout@v4.1.1" | ||
|
||
- name: "Install PHP with extensions" | ||
uses: "shivammathur/[email protected]" | ||
|
@@ -261,7 +261,7 @@ jobs: | |
|
||
steps: | ||
- name: "Checkout" | ||
uses: "actions/checkout@v4" | ||
uses: "actions/checkout@v4.1.1" | ||
|
||
- name: "Install PHP with extensions" | ||
uses: "shivammathur/[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters