diff --git a/.github/workflows/automated-checks.yml b/.github/workflows/automated-checks.yml index 9cd05ee..5191325 100644 --- a/.github/workflows/automated-checks.yml +++ b/.github/workflows/automated-checks.yml @@ -30,7 +30,7 @@ jobs: steps: # Checkout the repository - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Set up Python # - name: Set up Python @@ -93,7 +93,7 @@ jobs: steps: # Checkout the repository - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Install redis - name: Install redis @@ -162,7 +162,7 @@ jobs: steps: # Checkout the repository - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Set up Python - name: Set up Python diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 611ce18..fd2bdba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: steps: # Checkout the repository - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Set up Python - name: Set up Python