Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Mar 13, 2024
1 parent 7811098 commit 7f55f8c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ permissions:
on:
workflow_dispatch:
push:
branches: [main]
branches: [Current]
pull_request:
branches: [main]
branches: [Current]
workflow_call:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Target/Workflow/Cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
STRIPE_CLI_TELEMETRY_OPTOUT: 1

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
2 changes: 1 addition & 1 deletion Target/Workflow/NPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id-token: write

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion Target/Workflow/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
node-version: [18, 19, 20]

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- uses: pnpm/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion Target/Workflow/Rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
toolchain: ["stable", "nightly"]

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- uses: actions-rs/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion Target/Workflow/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
node-version: [18]

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- uses: github/codeql-action/[email protected]
with:
Expand Down

0 comments on commit 7f55f8c

Please sign in to comment.