diff --git a/.github/workflows/automated-checks.yml b/.github/workflows/automated-checks.yml index 716bb2c..a9c5f2e 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@v6 + uses: actions/checkout@v7 # Set up Python # - name: Set up Python @@ -94,7 +94,7 @@ jobs: steps: # Checkout the repository - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Install redis - name: Install redis @@ -163,7 +163,7 @@ jobs: steps: # Checkout the repository - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Set up Python - name: Set up Python diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f982511..6246cfa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: steps: # Checkout the repository - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Set up Python - name: Set up Python