Skip to content

Commit

Permalink
chore(ci): use v4 of actions/checkout in CI actions
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg authored and 0xb337r007 committed Jul 4, 2024
1 parent d688fae commit 87c5bd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Check out the repo"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
with:
submodules: "recursive"

Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Check out the repo"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
with:
submodules: "recursive"

Expand All @@ -73,7 +73,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Check out the repo"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
with:
submodules: "recursive"

Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Check out the repo"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
with:
submodules: "recursive"

Expand All @@ -126,7 +126,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Check out the repo"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"

- name: "Update package.json"
env:
Expand Down

0 comments on commit 87c5bd5

Please sign in to comment.