build(deps): bump the all group with 1 update (#186)
Bumps the all group with 1 update: [actions/checkout](https://github.com/actions/checkout). - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/compress-json-schemas.yml
vendored
2
.github/workflows/compress-json-schemas.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
name: 🖥️ Compress Schemas
|
name: 🖥️ Compress Schemas
|
||||||
steps:
|
steps:
|
||||||
- name: 📦 Checkout Repository
|
- name: 📦 Checkout Repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Compress Json
|
- name: Compress Json
|
||||||
uses: DaanV2/Json-Schema-Action-Compression@v2.1
|
uses: DaanV2/Json-Schema-Action-Compression@v2.1
|
||||||
|
|||||||
2
.github/workflows/format-json-files.yml
vendored
2
.github/workflows/format-json-files.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{github.ref}}
|
ref: ${{github.ref}}
|
||||||
|
|
||||||
|
|||||||
4
.github/workflows/pull-request.yml
vendored
4
.github/workflows/pull-request.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 📦 Checkout Repository
|
- name: 📦 Checkout Repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: 🏗️ Setup Node.js Environment
|
- name: 🏗️ Setup Node.js Environment
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
@@ -45,7 +45,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 📦 Checkout Repository
|
- name: 📦 Checkout Repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: 🏗️ Setup Node.js Environment
|
- name: 🏗️ Setup Node.js Environment
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user