diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11b324c..d0d4a5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Set up Python 3.13 uses: actions/setup-python@v5 @@ -59,7 +59,7 @@ jobs: # runs-on: ubuntu-latest # if: github.event_name == 'push' && github.ref == 'refs/heads/main' # steps: -# - uses: actions/checkout@v4 +# - uses: actions/checkout@v7 # - name: Build Docker image # run: | # REPO_OWNER=$(echo "${{ github.repository_owner }}" | tr '[:upper:]' '[:lower:]') diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 09e2d7f..8e5aa97 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Set up Python 3.13 uses: actions/setup-python@v5