Skip to content

Commit

Permalink
Merge branch 'main' into issue-249-relative-paths
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Mar 16, 2024
2 parents fe3a3c4 + 2f4fec3 commit 409c051
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 61 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && git push origin main
- name: Setup Node.js
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: 20

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ref: ${{ github.event.release.tag_name }}

- name: Setup Node
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: 20

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: 20
- run: npm ci
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@

**📦 Dependency updates:**

- Bump @actions/artifact from 2.0.1 to 2.1.4 [\#263](https://github.com/pmd/pmd-github-action/pull/263) (@dependabot[bot])
- Bump nock from 13.5.0 to 13.5.4 [\#262](https://github.com/pmd/pmd-github-action/pull/262) (@dependabot[bot])
- Bump eslint from 8.56.0 to 8.57.0 [\#259](https://github.com/pmd/pmd-github-action/pull/259) (@dependabot[bot])
- Bump actions/setup-node from 4.0.1 to 4.0.2 [\#256](https://github.com/pmd/pmd-github-action/pull/256) (@dependabot[bot])
- Bump semver from 7.5.4 to 7.6.0 [\#255](https://github.com/pmd/pmd-github-action/pull/255) (@dependabot[bot])
- Bump nock from 13.4.0 to 13.5.0 [\#248](https://github.com/pmd/pmd-github-action/pull/248) (@dependabot[bot])
- Bump @actions/artifact from 2.0.0 to 2.0.1 [\#247](https://github.com/pmd/pmd-github-action/pull/247) (@dependabot[bot])
- Bump actions/setup-node from 4.0.0 to 4.0.1 [\#245](https://github.com/pmd/pmd-github-action/pull/245) (@dependabot[bot])
Expand Down Expand Up @@ -60,6 +65,10 @@
- Bump convert-action from 0.2.0 to 0.2.2 [\#194](https://github.com/pmd/pmd-github-action/pull/194) (@dependabot[bot])
- Bump eslint from 8.41.0 to 8.42.0 [\#192](https://github.com/pmd/pmd-github-action/pull/192) (@dependabot[bot])

**✔️ Closed issues:**

- Getting Warning in Node version only for PMD [\#253](https://github.com/pmd/pmd-github-action/issues/253)

## [v1.4.1](https://github.com/pmd/pmd-github-action/tree/v1.4.1) (2023-05-26)

[Full Changelog](https://github.com/pmd/pmd-github-action/compare/v1.4.0...v1.4.1)
Expand Down
108 changes: 54 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
},
"homepage": "https://github.com/pmd/pmd-github-action#readme",
"dependencies": {
"@actions/artifact": "^2.0.1",
"@actions/artifact": "^2.1.4",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@actions/tool-cache": "^2.0.1",
"@octokit/rest": "^20.0.2",
"semver": "^7.5.4"
"semver": "^7.6.0"
},
"devDependencies": {
"@actions/io": "^1.1.3",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"nock": "^13.5.0",
"nock": "^13.5.4",
"fetch-mock-jest": "^1.5.1"
}
}

0 comments on commit 409c051

Please sign in to comment.