Skip to content

Commit 4f6fa41

Browse files
Merge pull request #43 from dieghernan/dependabot/github_actions/actions/checkout-5
2 parents 2f2daaf + 01cce79 commit 4f6fa41

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/algolia-search.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
env:
1313
JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v5
1616
- name: Algolia Jekyll Action
1717
uses: dieghernan/algolia-jekyll-action@dev
1818
with:

.github/workflows/build-chulapa-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to work out-of-the-box with jekyll-github-metadata
3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v5
3939
- name: Setup Ruby
4040
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
4141
uses: ruby/setup-ruby@v1

.github/workflows/profile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
env:
1313
JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- uses: ruby/setup-ruby@v1
1717
with:
1818
bundler-cache: true

.github/workflows/push_to_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to work out-of-the-box with jekyll-github-metadata
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
- name: Setup Ruby
3434
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
3535
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)