Skip to content

Commit

Permalink
ci(deps): bump actions/checkout from 3 to 4 (#99)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 5, 2023
1 parent ce2b5fe commit af3e99d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
# Checkout the source code
- name: "Checkout source code"
uses: actions/checkout@v3
uses: actions/checkout@v4

# Cache node_modules to speed up the process
- name: "Restore node_modules cache"
Expand All @@ -50,7 +50,7 @@ jobs:
steps:
# Checkout the source code
- name: "Checkout source code"
uses: actions/checkout@v3
uses: actions/checkout@v4

# Install PMD
- name: "Install PMD"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
# Checkout the source code
- name: "Checkout source code"
uses: actions/checkout@v3
uses: actions/checkout@v4

# Install Volta to enforce proper node and package manager versions
- name: "Install Volta"
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
steps:
# Checkout the source code
- name: "Checkout source code"
uses: actions/checkout@v3
uses: actions/checkout@v4

# Install Salesforce CLI
- name: "Install Salesforce CLI"
Expand Down

0 comments on commit af3e99d

Please sign in to comment.