diff --git a/.github/workflows/delivery.yml b/.github/workflows/delivery.yml index 55c2445..b3edfbf 100644 --- a/.github/workflows/delivery.yml +++ b/.github/workflows/delivery.yml @@ -33,7 +33,7 @@ jobs: modified-files: ${{ steps.changed-files.outputs.modified_files }} all-changed-files: ${{ steps.changed-files.outputs.all_changed_files }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Get changed files @@ -46,7 +46,7 @@ jobs: environment: production steps: - name: Check out main branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Generate .env file uses: iacobfred/generate-dotenv@v0.3.0 with: diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index d1e51d6..a008111 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -42,7 +42,7 @@ jobs: modified-files: ${{ steps.changed-files.outputs.modified_files }} all-changed-files: ${{ steps.changed-files.outputs.all_changed_files }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Get changed files @@ -56,7 +56,7 @@ jobs: if: github.actor != 'depbot' steps: - name: Check out main branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Specify Docker Compose version run: | echo ""