Skip to content

Commit

Permalink
Merge pull request #1466 from GrabarzUndPartner/renovate/actions-chec…
Browse files Browse the repository at this point in the history
…kout-4.x

chore(deps): update actions/checkout action to v4
  • Loading branch information
ThornWalli authored May 4, 2024
2 parents f7aab23 + b69a948 commit 5eb6b46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: cache node_modules
uses: actions/cache@v4
id: cache
Expand All @@ -50,7 +50,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Versioning
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand All @@ -74,7 +74,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: cache node_modules
uses: actions/cache@v4
id: cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: cache node_modules
uses: actions/cache@v4
Expand Down

0 comments on commit 5eb6b46

Please sign in to comment.