Skip to content

Commit

Permalink
chore: expand labeler versions
Browse files Browse the repository at this point in the history
  • Loading branch information
devpow112 committed Mar 3, 2022
1 parent 0762575 commit 89312f9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.0.0
with:
fetch-depth: 0
- name: Set up node
Expand All @@ -32,7 +32,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.0.0
- name: Set up node
uses: actions/setup-node@v3.0.0
with:
Expand All @@ -54,7 +54,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.0.0
- name: Set up node
uses: actions/setup-node@v3.0.0
with:
Expand All @@ -73,7 +73,7 @@ jobs:
security-events: write
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.0.0
- name: Set up CodeQL
uses: github/codeql-action/init@v1
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:
- ci
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.0.0
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/checkout@v3
uses: actions/checkout@v3.0.0
- name: Sync labels
uses: micnncim/action-label-syncer@v1.3.0
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 @@ -19,7 +19,7 @@ jobs:
REGEX: ^(Copyright \(c\) )[0-9]{4}( Devon Powell)$
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.0.0
with:
persist-credentials: false
- name: Determine year
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 @@ -18,7 +18,7 @@ jobs:
BRANCH: auto/update-node
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.0.0
with:
persist-credentials: false
- name: Determine version
Expand Down

0 comments on commit 89312f9

Please sign in to comment.