File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,18 +30,18 @@ jobs:
3030 pull-requests : write
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
33+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
3434 with :
3535 persist-credentials : false
3636 ref : ${{ github.event.pull_request.head.sha }}
3737
3838 - name : Set up Python
39- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
39+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
4040 with :
4141 python-version : " 3.10"
4242
4343 - name : Setup Node
44- uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
44+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
4545 with :
4646 node-version : " 18"
4747
Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ jobs:
2020
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
23+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
2424 with :
2525 persist-credentials : false
2626
2727 - name : Set up Python
28- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
28+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
2929 with :
3030 python-version : " 3.10"
3131
3232 - name : Setup Node
33- uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
33+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
3434 with :
3535 node-version : " 18"
3636
4141 # removes the vendor directory that is created by "bundle install"
4242 # https://github.com/fenneclab/hugo-bin/blob/a5500e4f622f46886947d3438243bd97cfe6c04c/lib/install.js#L28-L30
4343 - name : Setup Ruby
44- uses : ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237 .0
44+ uses : ruby/setup-ruby@708024e6c902387ab41de36e1669e43b5ee7085e # v1.283 .0
4545 with :
4646 ruby-version : 2.6
4747 bundler-cache : true
You can’t perform that action at this time.
0 commit comments