Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Feb 6, 2025
1 parent ef1d8a5 commit 093c260
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/GitHub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
VCPKG_DISABLE_METRICS: 1

steps:
- uses: pozil/auto-assign-issue@v2.1.2
- uses: pozil/auto-assign-issue@v2.2.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: NikolaRHristov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- run: pnpm run prepublishOnly
working-directory: .

- uses: actions/upload-artifact@v4.5.0
- uses: actions/upload-artifact@v4.6.0
with:
name: .-Node-${{ matrix.node-version }}-Target
path: ./Target
2 changes: 1 addition & 1 deletion Source/Command/Cloudflare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default async () =>
Environment === "Cloudflare"
) {
Base.add(`
- uses: cloudflare/wrangler-action@v3.13.0
- uses: cloudflare/wrangler-action@v3.13.1
with:
apiToken: \${{ secrets.CF_API_TOKEN }}
accountId: \${{ secrets.CF_ACCOUNT_ID }}
Expand Down
6 changes: 3 additions & 3 deletions Source/Command/Node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default async () =>
- run: pnpm run build
working-directory: .
- uses: actions/upload-artifact@v4.5.0
- uses: actions/upload-artifact@v4.6.0
with:
name: .${Directory.replaceAll("/", "-")}-Node-\${{ matrix.node-version }}-Target
path: .${Directory}/Target
Expand All @@ -113,7 +113,7 @@ export default async () =>
- run: pnpm run prepublishOnly
working-directory: .
- uses: actions/upload-artifact@v4.5.0
- uses: actions/upload-artifact@v4.6.0
with:
name: .${Directory.replaceAll("/", "-")}-Node-\${{ matrix.node-version }}-Target
path: .${Directory}/Target
Expand All @@ -125,7 +125,7 @@ export default async () =>
- run: pnpm run Build
working-directory: .
- uses: actions/upload-artifact@v4.5.0
- uses: actions/upload-artifact@v4.6.0
with:
name: .${Directory.replaceAll("/", "-")}-Node-\${{ matrix.node-version }}-Target
path: .${Directory}/Target
Expand Down
2 changes: 1 addition & 1 deletion Target/Command/Cloudflare.js

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

6 changes: 3 additions & 3 deletions Target/Command/Node.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@ var $=async()=>await(async f=>{for(const{Path:c,Name:p,File:w}of f)for(const[r,m
- run: pnpm run build
working-directory: .
- uses: actions/upload-artifact@v4.5.0
- uses: actions/upload-artifact@v4.6.0
with:
name: .${e.replaceAll("/","-")}-Node-\${{ matrix.node-version }}-Target
path: .${e}/Target
`),n==="prepublishOnly"&&t.add(`
- run: pnpm run prepublishOnly
working-directory: .
- uses: actions/upload-artifact@v4.5.0
- uses: actions/upload-artifact@v4.6.0
with:
name: .${e.replaceAll("/","-")}-Node-\${{ matrix.node-version }}-Target
path: .${e}/Target
`),n==="Build"&&t.add(`
- run: pnpm run Build
working-directory: .
- uses: actions/upload-artifact@v4.5.0
- uses: actions/upload-artifact@v4.6.0
with:
name: .${e.replaceAll("/","-")}-Node-\${{ matrix.node-version }}-Target
path: .${e}/Target
Expand Down
2 changes: 1 addition & 1 deletion Workflow/GitHub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
VCPKG_DISABLE_METRICS: 1

steps:
- uses: pozil/auto-assign-issue@v2.1.2
- uses: pozil/auto-assign-issue@v2.2.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: NikolaRHristov
Expand Down
4 changes: 2 additions & 2 deletions Workflow/InnerDependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}

steps:
- uses: dependabot/fetch-metadata@v2.2.0
- uses: dependabot/fetch-metadata@v2.3.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

Expand All @@ -35,7 +35,7 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}

steps:
- uses: dependabot/fetch-metadata@v2.2.0
- uses: dependabot/fetch-metadata@v2.3.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

Expand Down

0 comments on commit 093c260

Please sign in to comment.