parent
							
								
									96a640a8c9
								
							
						
					
					
						commit
						895a5033c0
					
				|  | @ -20,7 +20,7 @@ jobs: | ||||||
|       BENCHMARK: true |       BENCHMARK: true | ||||||
|     steps: |     steps: | ||||||
|     - name: Checkout Jekyll |     - name: Checkout Jekyll | ||||||
|       uses: actions/checkout@v3 |       uses: actions/checkout@v4 | ||||||
|     - name: Set up Ruby |     - name: Set up Ruby | ||||||
|       uses: ruby/setup-ruby@v1 |       uses: ruby/setup-ruby@v1 | ||||||
|       with: |       with: | ||||||
|  |  | ||||||
|  | @ -30,7 +30,7 @@ jobs: | ||||||
|             ruby_version: "jruby-9.4.0.0" |             ruby_version: "jruby-9.4.0.0" | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout Repository |       - name: Checkout Repository | ||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@v4 | ||||||
|       - name: "Set up ${{ matrix.label }}" |       - name: "Set up ${{ matrix.label }}" | ||||||
|         uses: ruby/setup-ruby@v1 |         uses: ruby/setup-ruby@v1 | ||||||
|         with: |         with: | ||||||
|  | @ -60,7 +60,7 @@ jobs: | ||||||
|             ruby_version: "2.7" |             ruby_version: "2.7" | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout Repository |       - name: Checkout Repository | ||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@v4 | ||||||
|       - name: "Set up Ruby ${{ matrix.ruby_version }}" |       - name: "Set up Ruby ${{ matrix.ruby_version }}" | ||||||
|         uses: ruby/setup-ruby@v1 |         uses: ruby/setup-ruby@v1 | ||||||
|         with: |         with: | ||||||
|  |  | ||||||
|  | @ -29,7 +29,7 @@ jobs: | ||||||
| 
 | 
 | ||||||
|     steps: |     steps: | ||||||
|     - name: Checkout repository |     - name: Checkout repository | ||||||
|       uses: actions/checkout@v3 |       uses: actions/checkout@v4 | ||||||
| 
 | 
 | ||||||
|     # Initializes the CodeQL tools for scanning. |     # Initializes the CodeQL tools for scanning. | ||||||
|     - name: Initialize CodeQL |     - name: Initialize CodeQL | ||||||
|  |  | ||||||
|  | @ -17,7 +17,7 @@ jobs: | ||||||
|       BUNDLE_JOBS: 4 |       BUNDLE_JOBS: 4 | ||||||
|       BUNDLE_RETRY: 3 |       BUNDLE_RETRY: 3 | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v4 | ||||||
|       - uses: ruby/setup-ruby@v1 |       - uses: ruby/setup-ruby@v1 | ||||||
|         with: |         with: | ||||||
|           ruby-version: ${{ env.RUBY_VERSION }} |           ruby-version: ${{ env.RUBY_VERSION }} | ||||||
|  |  | ||||||
|  | @ -20,7 +20,7 @@ jobs: | ||||||
|           - 2.7 |           - 2.7 | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout Repository |       - name: Checkout Repository | ||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@v4 | ||||||
|       - name: "Set up Ruby ${{ matrix.ruby_version }}" |       - name: "Set up Ruby ${{ matrix.ruby_version }}" | ||||||
|         uses: ruby/setup-ruby@v1 |         uses: ruby/setup-ruby@v1 | ||||||
|         with: |         with: | ||||||
|  |  | ||||||
|  | @ -18,12 +18,12 @@ jobs: | ||||||
|       BUNDLE_RETRY: 3 |       BUNDLE_RETRY: 3 | ||||||
|     steps: |     steps: | ||||||
|     - name: Checkout Jekyll |     - name: Checkout Jekyll | ||||||
|       uses: actions/checkout@v3 |       uses: actions/checkout@v4 | ||||||
|       with: |       with: | ||||||
|         fetch-depth: 5 |         fetch-depth: 5 | ||||||
|         path: jekyll |         path: jekyll | ||||||
|     - name: Checkout Third-Party Repository |     - name: Checkout Third-Party Repository | ||||||
|       uses: actions/checkout@v3 |       uses: actions/checkout@v4 | ||||||
|       with: |       with: | ||||||
|         repository: ashmaroli/tomjoht.github.io |         repository: ashmaroli/tomjoht.github.io | ||||||
|         path: sandbox |         path: sandbox | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue