File tree Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -30,21 +30,21 @@ jobs:
30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- name : Checkout
33
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
33
+ uses : actions/checkout@4.2.2
34
34
with :
35
35
# For PRs make sure to checkout the PR branch
36
36
ref : ${{ github.event.pull_request.head.sha }}
37
37
repository : ${{ github.event.pull_request.head.repo.full_name }}
38
38
- name : Setup Pages
39
- uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
39
+ uses : actions/configure-pages@v5.0.0
40
40
- name : Build with Jekyll
41
41
uses : actions/jekyll-build-pages@44a6e6beabd48582f863aeeb6cb2151cc1716697 # v1
42
42
with :
43
43
source : ./
44
44
destination : ./_site
45
45
- name : Upload artifact
46
46
# Automatically uploads an artifact from the './_site' directory by default
47
- uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
47
+ uses : actions/upload-pages-artifact@v3.0.1
48
48
# Deployment job
49
49
deploy :
50
50
environment :
60
60
steps :
61
61
- name : Deploy to GitHub Pages
62
62
id : deployment
63
- uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
63
+ uses : actions/deploy-pages@v4.0.5
64
64
with :
65
65
preview : " true"
Original file line number Diff line number Diff line change @@ -27,17 +27,17 @@ jobs:
27
27
runs-on : ubuntu-latest
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
30
+ uses : actions/checkout@v4.2.2
31
31
- name : Setup Pages
32
- uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
32
+ uses : actions/configure-pages@v5.0.0
33
33
- name : Build with Jekyll
34
34
uses : actions/jekyll-build-pages@44a6e6beabd48582f863aeeb6cb2151cc1716697 # v1
35
35
with :
36
36
source : ./
37
37
destination : ./_site
38
38
- name : Upload artifact
39
39
# Automatically uploads an artifact from the './_site' directory by default
40
- uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
40
+ uses : actions/upload-pages-artifact@v3.0.1
41
41
# Deployment job
42
42
deploy :
43
43
environment :
48
48
steps :
49
49
- name : Deploy to GitHub Pages
50
50
id : deployment
51
- uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
51
+ uses : actions/deploy-pages@v4.0.5
Original file line number Diff line number Diff line change 11
11
stale :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9
14
+ - uses : actions/stale@v9.1.0
15
15
with :
16
16
stale-pr-message : >
17
17
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Set up Git repository
14
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14
+ uses : actions/checkout@v4.2.2
15
15
- name : Set up Ruby
16
16
uses : ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1
17
17
with :
18
18
bundler-cache : true
19
19
- name : Set up Node
20
- uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
20
+ uses : actions/setup-node@v4.1.0
21
21
- name : Bootstrap
22
22
run : script/bootstrap
23
23
env :
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ url_ignores = [
9
9
"https://scripts.sil.org/ofl" ,
10
10
"https://the-orbit.net/almostdiamonds/2014/04/10/so-youve-got-yourself-a-policy-now-what/" ,
11
11
"https://pages.18f.gov/open-source-guide/making-readmes-readable/" ,
12
+ "https://foundation.mozilla.org/en/blog/its-a-wrap-movement-building-from-home/" ,
12
13
%r{^https?://readwrite\. com/2014/10/10/open-source-diversity-how-to-contribute/} ,
13
14
%r{^https?://twitter\. com/} ,
14
15
%r{^https?://(www\. )?kickstarter\. com/} ,
You can’t perform that action at this time.
0 commit comments