diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index d97dbfe..520145b 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -13,7 +13,7 @@ jobs: DISCORD_APPLICATION_ID: ${{ secrets.DISCORD_APPLICATION_ID }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup bun uses: oven-sh/setup-bun@v1 diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index c601fd2..63edad0 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -16,7 +16,7 @@ jobs: DISCORD_APPLICATION_ID: ${{ secrets.DISCORD_APPLICATION_ID }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup bun uses: oven-sh/setup-bun@v1