workflows: Update actions (#3196)

This commit is contained in:
nishinji
2024-02-02 02:00:38 +09:00
committed by GitHub
parent ac73ee8270
commit 0220699c4a
2 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -38,14 +38,14 @@ jobs:
sudo apt update
sudo apt -y install ccache libboost-filesystem1.83-dev libboost-program-options1.83-dev libboost-system1.83-dev libgtk-3-dev libsdl2-dev ninja-build
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.ccache
key: ccache-${{ matrix.os }}-${{ matrix.config }}-${{ github.sha }}
restore-keys: ccache-${{ matrix.os }}-${{ matrix.config }}-
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
@@ -69,7 +69,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -83,4 +83,4 @@ jobs:
cmake --build build/${{ matrix.cmake_preset }} --config ${{ matrix.config }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3