Skip to content

Commit

Permalink
ci: update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedali8 committed Feb 14, 2024
1 parent 7a8c974 commit 1ac978e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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 @@ -48,7 +48,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 @@ -97,7 +97,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 @@ -131,7 +131,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 @@ -174,7 +174,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 @@ -211,7 +211,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 @@ -19,7 +19,7 @@ jobs:

steps:
- name: "Check out the repo"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"

- name: "Update repository metadata"
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/multibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
security-events: "write"
steps:
- name: "Check out the repo"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
with:
submodules: "recursive"

Expand Down

0 comments on commit 1ac978e

Please sign in to comment.