Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update actions/checkout action to v4.1.6 #264

Merged
merged 1 commit into from
May 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pull-requests: read
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: 🧐 Lint commits using "commitlint"
uses: wagoid/commitlint-github-action@v6.0.1
Expand All @@ -37,7 +37,7 @@ jobs:
pull-requests: read
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: 🧐 Lint YAML files
uses: ibiqlik/action-yamllint@v3.1.1
Expand All @@ -54,7 +54,7 @@ jobs:
group: markdown-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: 🧐 Lint Markdown files
uses: DavidAnson/markdownlint-cli2-action@v16.0.0
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
tools: phive

- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: 🛠️ Setup problem matchers
run: |
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
coverage: none

- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: 🛠️ Setup problem matchers
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: 🛠️ Setup PHP
uses: shivammathur/setup-php@2.30.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- locked
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: 🛠️ Setup PHP
uses: shivammathur/setup-php@2.30.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- locked
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: 🛠️ Setup PHP
uses: shivammathur/setup-php@2.30.4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- locked
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: 🛠️ Setup PHP
uses: shivammathur/setup-php@2.30.4
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- highest
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: 🛠️ Setup PHP
uses: shivammathur/setup-php@2.30.4
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
- locked
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: 🛠️ Setup PHP
uses: shivammathur/setup-php@2.30.4
Expand Down
Loading