diff --git a/.github/workflows/backend-release-pr.yml b/.github/workflows/backend-release-pr.yml index 56ac438b..db6239c1 100644 --- a/.github/workflows/backend-release-pr.yml +++ b/.github/workflows/backend-release-pr.yml @@ -24,7 +24,7 @@ jobs: releaseIt: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 token: ${{ secrets.APP_INSTALLATION_TOKEN }} diff --git a/.github/workflows/backend-release.yml b/.github/workflows/backend-release.yml index ceaa8190..9b08dc9a 100644 --- a/.github/workflows/backend-release.yml +++ b/.github/workflows/backend-release.yml @@ -15,7 +15,7 @@ jobs: if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'backend') && contains(github.event.pull_request.labels.*.name, 'release') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 token: ${{ secrets.APP_INSTALLATION_TOKEN }} diff --git a/.github/workflows/frontend-release-pr.yml b/.github/workflows/frontend-release-pr.yml index 944954df..ea040960 100644 --- a/.github/workflows/frontend-release-pr.yml +++ b/.github/workflows/frontend-release-pr.yml @@ -24,7 +24,7 @@ jobs: releaseIt: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 token: ${{ secrets.APP_INSTALLATION_TOKEN }} diff --git a/.github/workflows/frontend-release.yml b/.github/workflows/frontend-release.yml index e74198d8..1e064829 100644 --- a/.github/workflows/frontend-release.yml +++ b/.github/workflows/frontend-release.yml @@ -15,7 +15,7 @@ jobs: if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'frontend') && contains(github.event.pull_request.labels.*.name, 'release') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 token: ${{ secrets.APP_INSTALLATION_TOKEN }} diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index cafcbf4b..d5661b16 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node.js uses: actions/setup-node@v6 diff --git a/.github/workflows/satellite-release-pr.yml b/.github/workflows/satellite-release-pr.yml index 7e942ee7..745dc65a 100644 --- a/.github/workflows/satellite-release-pr.yml +++ b/.github/workflows/satellite-release-pr.yml @@ -24,7 +24,7 @@ jobs: releaseIt: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 token: ${{ secrets.APP_INSTALLATION_TOKEN }} diff --git a/.github/workflows/satellite-release.yml b/.github/workflows/satellite-release.yml index a278b5f1..030f7cea 100644 --- a/.github/workflows/satellite-release.yml +++ b/.github/workflows/satellite-release.yml @@ -15,7 +15,7 @@ jobs: if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'satellite') && contains(github.event.pull_request.labels.*.name, 'release') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 token: ${{ secrets.APP_INSTALLATION_TOKEN }}