diff --git a/.github/workflows/azure-staging-cleanup.yml b/.github/workflows/azure-staging-cleanup.yml index 109ef70..c83676c 100644 --- a/.github/workflows/azure-staging-cleanup.yml +++ b/.github/workflows/azure-staging-cleanup.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Get open pull requests id: open_prs diff --git a/.github/workflows/azure-static-web-apps-thankful-mushroom-08ecc5d1e.yml b/.github/workflows/azure-static-web-apps-thankful-mushroom-08ecc5d1e.yml index 6b9e4d9..50c768c 100644 --- a/.github/workflows/azure-static-web-apps-thankful-mushroom-08ecc5d1e.yml +++ b/.github/workflows/azure-static-web-apps-thankful-mushroom-08ecc5d1e.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest name: Build and Deploy Job steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true lfs: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f9e538..6b0f196 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Node.js uses: actions/setup-node@v4 @@ -68,7 +68,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Node.js uses: actions/setup-node@v4 diff --git a/.github/workflows/lockfile-sync.yml b/.github/workflows/lockfile-sync.yml index 028e6bf..5880e3b 100644 --- a/.github/workflows/lockfile-sync.yml +++ b/.github/workflows/lockfile-sync.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 diff --git a/.github/workflows/post-merge-cleanup.yml b/.github/workflows/post-merge-cleanup.yml index 1ef2a1c..373ae3a 100644 --- a/.github/workflows/post-merge-cleanup.yml +++ b/.github/workflows/post-merge-cleanup.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }}