Skip to content

Commit 66b02d2

Browse files
authored
Merge branch 'main' into Wodsfort-localize
2 parents e2e4f03 + 3cfbdeb commit 66b02d2

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/jekyll-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v4.2.2
33+
uses: actions/checkout@v5.0.0
3434
with:
3535
# For PRs make sure to checkout the PR branch
3636
ref: ${{ github.event.pull_request.head.sha }}

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4.2.2
30+
uses: actions/checkout@v5.0.0
3131
- name: Setup Pages
3232
uses: actions/[email protected]
3333
- name: Build with Jekyll

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Set up Git repository
14-
uses: actions/checkout@v4.2.2
14+
uses: actions/checkout@v5.0.0
1515
- name: Set up Ruby
16-
uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1
16+
uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1
1717
with:
1818
bundler-cache: true
1919
- name: Set up Node

_articles/how-to-contribute.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ You can also use one of the following resources to help you discover and contrib
225225
* [SourceSort](https://web.archive.org/web/20201111233803/https://www.sourcesort.com/)
226226
* [OpenSauced](https://opensauced.pizza/)
227227
* [Gitlab Explore](https://gitlab.com/explore/projects/starred)
228+
228229
### A checklist before you contribute
229230

230231
When you've found a project you'd like to contribute to, do a quick scan to make sure that the project is suitable for accepting contributions. Otherwise, your hard work may never get a response.

0 commit comments

Comments
 (0)