diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml index c39a172..fc62bf1 100644 --- a/.github/workflows/stats.yml +++ b/.github/workflows/stats.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Python uses: actions/setup-python@v5 diff --git a/.github/workflows/update_examples.yml b/.github/workflows/update_examples.yml index 30ca164..6fc1bc6 100644 --- a/.github/workflows/update_examples.yml +++ b/.github/workflows/update_examples.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: dev fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.