Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3 to 4
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>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent e6471f4 commit 3d6d141
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
steps:
- name: 🏠 Checkout locally
if: ${{ env.ACT }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: check-new-commits-action
- name: 💻 Checkout from GitHub
if: ${{ !env.ACT }}
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🔄 Test the action with currrent repo content
id: check-new-commits
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 💻 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: master
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 💻 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🔨 Read .nvmrc
id: read_nvmrc
run: |
Expand Down

0 comments on commit 3d6d141

Please # to comment.