diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f5b5c9f..099525f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: 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/main.yml b/.github/workflows/main.yml index fd24669..d5dc2e8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Git config run: git config --global core.autocrlf input - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python v${{matrix.python-version}} - ${{runner.os}} uses: actions/setup-python@v5 with: @@ -50,7 +50,7 @@ jobs: run: sudo apt-get install libcairo2-dev - name: Git config run: git config --global core.autocrlf input - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python v${{matrix.python-version}} - ${{runner.os}} uses: actions/setup-python@v5 with: @@ -94,7 +94,7 @@ jobs: needs: "build" if: github.ref == 'refs/heads/main' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Setup git and push to remote