Skip to content

Commit

Permalink
Merge pull request #8 from sharonstout1981/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…dot-github/workflows/actions/checkout-4

Bump actions/checkout from 3 to 4 in /.github/workflows
  • Loading branch information
sharonstout1981 committed Sep 6, 2023
2 parents 8d5f54c + 688e14b commit 26f436d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/0-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
# We'll need to check out the repository so that we can edit the README
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # Let's get all the branches

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/1-enable-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:
# We'll need to check out the repository so that we can edit the README
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # Let's get all the branches
ref: my-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2-configure-your-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
# We'll need to check out the repository so that we can edit the README
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # Let's get all the branches
ref: my-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/3-customize-your-homepage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
# We'll need to check out the repository so that we can edit the README
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # Let's get all the branches
ref: my-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/4-create-a-blog-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
# We'll need to check out the repository so that we can edit the README
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # Let's get all the branches
ref: my-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/5-merge-your-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
# We'll need to check out the repository so that we can edit the README
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # Let's get all the branches

Expand Down

0 comments on commit 26f436d

Please sign in to comment.