diff --git a/.github/workflows/automated-checks.yml b/.github/workflows/automated-checks.yml index 6ef0917c..04d8110f 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 @@ -196,7 +196,7 @@ jobs: # steps: # # Checkout the repository # - name: Checkout -# uses: actions/checkout@v6 +# uses: actions/checkout@v7 # # # Install redis # - name: Install redis @@ -239,7 +239,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 f9825112..6246cfa3 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