diff --git a/.changeset/bright-walls-fry.md b/.changeset/bright-walls-fry.md new file mode 100644 index 00000000..6696838b --- /dev/null +++ b/.changeset/bright-walls-fry.md @@ -0,0 +1,5 @@ +--- +"eslint-plugin-es-roikoren": patch +--- + +chore(deps): update actions/setup-node action to v3.1.1 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77ffc908..2cf9dbf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.0.0 - name: Install Node.js - uses: actions/setup-node@v3.1.0 + uses: actions/setup-node@v3.1.1 with: node-version: 16 cache: npm @@ -58,7 +58,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.0.0 - name: Install Node.js ${{ matrix.node }} - uses: actions/setup-node@v3.1.0 + uses: actions/setup-node@v3.1.1 with: node-version: ${{ matrix.node }} cache: npm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd949f75..157c8fbd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Setup Node - uses: actions/setup-node@v3.1.0 + uses: actions/setup-node@v3.1.1 with: node-version: 16 cache: npm