diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d7e30e8..c1d4a25 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@v6 + uses: actions/checkout@v7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3f7d6f9..1eb7aeb 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@v6 + - uses: actions/checkout@v7 - name: Set up Python v${{matrix.python-version}} - ${{runner.os}} uses: actions/setup-python@v6 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@v6 + - uses: actions/checkout@v7 - name: Set up Python v${{matrix.python-version}} - ${{runner.os}} uses: actions/setup-python@v6 with: @@ -95,7 +95,7 @@ jobs: needs: "build" if: github.ref == 'refs/heads/main' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Setup git and push to remote