Merge pull request 'chore(deps): update actions/checkout action to v4' (#44) from renovate/actions-checkout-4.x into master
Some checks failed
Semantic Release and Changelog / Patch (push) Successful in 5s
Semantic Release and Changelog / Build and Publish (push) Failing after 42s

Reviewed-on: #44
Reviewed-by: Evan Richardson <evanrich81@gmail.com>
This commit was merged in pull request #44.
This commit is contained in:
2024-02-04 21:41:55 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh

View File

@@ -10,7 +10,7 @@ jobs:
name: Patch
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Minor version for each merge
@@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh