Skip to content

Commit

Permalink
ci: use v4 of actions/checkout
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 b29b186
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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
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 b29b186

Please sign in to comment.