diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4822794..b4e9db0 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -69,7 +69,7 @@ jobs: # https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/luabitop.yml b/.github/workflows/luabitop.yml index 1354259..eb42c03 100644 --- a/.github/workflows/luabitop.yml +++ b/.github/workflows/luabitop.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v5 - run: git clone https://github.com/cooljeanius/LuaDistTools.git ~/_tools - run: "~/_tools/travis/travis install" - name: Install dependencies via apt-get