diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index 9c2541b..fd38945 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -13,14 +13,14 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # Persist credentials so git push works persist-credentials: true fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version-file: .nvmrc