Update GitHub workflows

- Use the latest version of the actions
- Use commit hash for actions from little providers
- Update Intel SDE to 9.27

closes https://github.com/official-stockfish/Stockfish/pull/4900

No functional change
This commit is contained in:
ppigazzini
2023-12-03 13:39:52 +01:00
committed by Disservin
parent 8f65953583
commit 0ff2ea6549
9 changed files with 24 additions and 24 deletions
+3 -3
View File
@@ -95,7 +95,7 @@ jobs:
working-directory: src
shell: ${{ matrix.config.shell }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
@@ -121,11 +121,11 @@ jobs:
- name: Set up QEMU
if: matrix.config.base_image
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
if: matrix.config.base_image
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Build Docker container
if: matrix.config.base_image