Skip to content

Commit 3863d7e

Browse files
authored
Merge pull request #22 from impresscms-dev/dependabot/npm_and_yarn/actions/core-1.9.1
Bump @actions/core from 1.9.0 to 1.9.1
2 parents de1834a + dd4c9f9 commit 3863d7e

File tree

4 files changed

+28
-11
lines changed

4 files changed

+28
-11
lines changed

.github/workflows/test-and-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request:
55
branches:
66
- main
7+
8+
permissions: write-all
79

810
jobs:
911
build:

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 24 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"author": "Raimondas Rimkevičius (aka MekDrop)",
2929
"license": "MIT",
3030
"dependencies": {
31-
"@actions/core": "^1.8.2",
31+
"@actions/core": "^1.9.1",
3232
"@actions/github": "^5.0.3",
3333
"recursive-readdir-sync": "^1.0.6"
3434
},

0 commit comments

Comments
 (0)