Skip to content

Commit

Permalink
ci: update to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Nov 7, 2024
1 parent 2c4ff91 commit 4c7d385
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout VSL
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: vsl

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:

steps:
- name: Checkout VSL
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: vsl

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout VSL
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: vsl

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Begin CI...
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: TODO to Issue
uses: alstr/todo-to-issue-action@v4
Expand Down

0 comments on commit 4c7d385

Please sign in to comment.