Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent 9c29fe2 commit 5a31786
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
release_semantic_dry:
needs: prepare_jobs
name: Release (semantic, dry)
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.2.3
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.2.4
if: needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
permissions:
contents: write
Expand All @@ -36,14 +36,14 @@ jobs:
DRY_RUN: true
build:
name: Build
uses: dargmuesli/github-actions/.github/workflows/docker.yml@2.2.3
uses: dargmuesli/github-actions/.github/workflows/docker.yml@2.2.4
needs: release_semantic_dry
permissions:
packages: write
release-semantic:
needs: build
name: Release (semantic)
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.2.3
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.2.4
permissions:
contents: write
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release-schedule:
name: 'Release: Scheduled'
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.2.3
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.2.4
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@commitlint/config-conventional": "19.2.2",
"@types/diff": "5.2.1",
"@types/json2md": "1.5.4",
"@types/yargs": "17.0.32",
"@types/yargs": "17.0.33",
"eslint": "9.8.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
Expand All @@ -31,7 +31,7 @@
"license": "GPL-3.0-only",
"main": "src/generator.js",
"name": "dargstack_rgen",
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.7.0",
"repository": "https://github.com/dargstack/dargstack_rgen.git",
"scripts": {
"lint": "eslint --cache",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 5a31786

Please sign in to comment.