Skip to content

Commit

Permalink
Merge pull request #36 from RalphHightower/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-3.5.3

Bump actions/checkout from 3.5.2 to 3.5.3
  • Loading branch information
RalphHightower committed Jun 18, 2023
2 parents 3a0bc9a + 69c6dbf commit 37e9c6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
- name: Setup Pages
uses: actions/configure-pages@v3.0.6
- name: Build with Jekyll
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
- name: Setup Pages
uses: actions/configure-pages@v3.0.6
- name: Build with Jekyll
Expand Down

0 comments on commit 37e9c6b

Please sign in to comment.