diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 659544f..78cc9e2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -57,7 +57,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/libraqm.yml b/.github/workflows/libraqm.yml index 70e25a0..7f187a3 100644 --- a/.github/workflows/libraqm.yml +++ b/.github/workflows/libraqm.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - run: sudo apt-get -y install libfreetype6-dev libharfbuzz-dev libfribidi-dev gtk-doc-tools shellcheck # 'sudo' was not transformed because there is no suitable equivalent in # GitHub Actions