diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbdfb4e..f987a30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Use Node.js 18.x - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 18.x - run: npm ci diff --git a/README.md b/README.md index 85d259f..ca3a877 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Don't want to use `.github/ISSUE_TEMPLATE.md`? You can pass an input pointing th ```yaml steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: JasonEtco/create-an-issue@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -82,7 +82,7 @@ Want to use Action logic to determine who to assign the issue to, to assign a mi ```yaml steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: JasonEtco/create-an-issue@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}