diff --git a/.github/workflows/jekyll-preview.yml b/.github/workflows/jekyll-preview.yml index 000b26c29ea..fc87f0c2329 100644 --- a/.github/workflows/jekyll-preview.yml +++ b/.github/workflows/jekyll-preview.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 with: # For PRs make sure to checkout the PR branch ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 4da0a4f51b6..9214931f3e1 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 - name: Setup Pages uses: actions/configure-pages@v5.0.0 - name: Build with Jekyll diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 014f7afa4bc..efc9264d2ac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Git repository - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 - name: Set up Ruby uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1 with: diff --git a/_articles/how-to-contribute.md b/_articles/how-to-contribute.md index ba3927103cc..26686c7a5fb 100644 --- a/_articles/how-to-contribute.md +++ b/_articles/how-to-contribute.md @@ -225,6 +225,7 @@ You can also use one of the following resources to help you discover and contrib * [SourceSort](https://web.archive.org/web/20201111233803/https://www.sourcesort.com/) * [OpenSauced](https://opensauced.pizza/) * [Gitlab Explore](https://gitlab.com/explore/projects/starred) + ### A checklist before you contribute 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.