diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9f25b216..47aa4b57c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - 5432:5432 steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: python-version: 3.9 @@ -111,7 +111,7 @@ jobs: with: images: ghcr.io/c2corg/v6_api - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - run: git archive --format=tar --output project.tar "$GITHUB_SHA" - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index eb05af74b..a5e19a2ba 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 719cc2762..b88a71537 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -12,7 +12,7 @@ jobs: contents: write steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Create or update release