Skip to content

Commit

Permalink
build(deps): bump the all group with 1 update
Browse files Browse the repository at this point in the history
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](actions/checkout@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>
  • Loading branch information
dependabot[bot] committed Oct 14, 2023
1 parent e664ce2 commit 7acdc22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compress-json-schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: 🖥️ Compress Schemas
steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Compress Json
uses: DaanV2/Json-Schema-Action-Compression@v2.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format-json-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{github.ref}}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🏗️ Setup Node.js Environment
uses: actions/setup-node@v3
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🏗️ Setup Node.js Environment
uses: actions/setup-node@v3
Expand Down

0 comments on commit 7acdc22

Please sign in to comment.