-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps(deps): update actions/checkout action to v4.2.2
- Loading branch information
1 parent
9681eed
commit 9da2fd7
Showing
4 changed files
with
8 additions
and
8 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 |
---|---|---|
|
@@ -43,7 +43,7 @@ jobs: | |
echo "PLATFORM_CACHE_TAG=${tag}" >> "$GITHUB_ENV" | ||
- name: 📦 Check out the codebase | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: 🤖 Generate dist files | ||
run: ansible-playbook src/playbook.yml -l ${{ matrix.php_version }}-${{ matrix.php_type }}-${{ matrix.os_name }} | ||
|
@@ -179,7 +179,7 @@ jobs: | |
buildkitd-flags: "--debug" | ||
|
||
- name: 📦 Check out the codebase | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: 🚀 Create manifest list and push | ||
working-directory: /tmp | ||
|
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
pull-requests: read | ||
steps: | ||
- name: 📦 Check out the codebase | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: 🧐 Lint commits using "commitlint" | ||
uses: wagoid/[email protected] | ||
|
@@ -40,7 +40,7 @@ jobs: | |
pull-requests: read | ||
steps: | ||
- name: 📦 Check out the codebase | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: 🧐 Lint YAML files | ||
uses: ibiqlik/[email protected] | ||
|
@@ -57,7 +57,7 @@ jobs: | |
group: markdown-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | ||
steps: | ||
- name: 📦 Check out the codebase | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: 🧐 Lint Markdown files | ||
uses: DavidAnson/[email protected] | ||
|
@@ -77,7 +77,7 @@ jobs: | |
YAMLLINT_CONFIG_FILE: '${{ github.workspace }}/.github/.yamllint.yaml' | ||
steps: | ||
- name: 📦 Check out the codebase | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: 🧐 Lint Ansible files | ||
uses: ansible/[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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
echo "PLATFORM_CACHE_TAG=${tag}" >> "$GITHUB_ENV" | ||
- name: 📦 Check out the codebase | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: 🛠️ Install goss and dgoss | ||
uses: e1himself/[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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: 📦 Check out the codebase | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: 🚀 Generate dist files | ||
run: make generate | ||
|