diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6f84db6..d63751a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 # Fetch full history fetch-tags: true # Ensure tags are fetched diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e2ba164..cd1d3af 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: - /home/runner/work/:/home/runner/work/ steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Set up Python 3.10 @@ -44,7 +44,7 @@ jobs: run: | pytest --cov snowexsql --cov-report=xml -m "not integration" - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: verbose: true env: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8674a08..13e1193 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: - /home/runner/work/:/home/runner/work/ steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 with: