Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0
- name: Set up node
Expand All @@ -33,7 +33,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: Set up node
uses: actions/[email protected]
with:
Expand All @@ -55,7 +55,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: Set up node
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id-token: write
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false
- name: Set up node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: Sync labels
uses: micnncim/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
REGEX: ^(Copyright \(c\) )[0-9]{4}( Devon Powell)$
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: Determine info
shell: bash
id: info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: Determine info
shell: bash
id: info
Expand Down