Skip to content

Commit

Permalink
Merge pull request #30 from dieghernan/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4
  • Loading branch information
dependabot[bot] authored Feb 8, 2024
2 parents 9abfe00 + 399ce2d commit ccd0156
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/algolia-search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Algolia Jekyll Action
uses: dieghernan/algolia-jekyll-action/@main
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chulapa-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Use GitHub Actions' cache to shorten build times and decrease load on servers
- uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
Expand Down

0 comments on commit ccd0156

Please sign in to comment.