Skip to content

Commit

Permalink
chore: update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Juveniel committed Dec 13, 2023
1 parent 9b7cff0 commit 0a536bb
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/disabled-workflows/ci_next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:

- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: v5-dev

Expand Down
2 changes: 1 addition & 1 deletion .github/disabled-workflows/publish_npm_next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
export-secrets-to-environment: false

- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: v5-dev
token: ${{ steps.import-secrets.outputs.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_compile-themes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:

- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup node
id: setup-node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_create-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: firefox --version

- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup node
id: setup-node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_lint-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:

- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup node
id: setup-node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_lint-styles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:

- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup node
id: setup-node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_prime-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:

- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup node
id: setup-node
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_render-test-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:

- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check for differences in packages/html
run: |
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
run: firefox --version

- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup node
id: setup-node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_test-contrast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
steps:

- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install virtual display on Linux
run: sudo apt-get install xvfb
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download artifacts
uses: actions/download-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:

- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: develop

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: master
token: ${{ secrets.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
export-secrets-to-environment: false

- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: master
fetch-depth: '0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_npm_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
export-secrets-to-environment: false

- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: develop
fetch-depth: '0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
export-secrets-to-environment: false

- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: develop

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_swatches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
export-secrets-to-environment: false

- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.ref }}

Expand All @@ -63,7 +63,7 @@ jobs:
run: npm run sass:swatches

- name: Checkout artifact repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: telerik/themes-cdn
token: ${{ steps.import-secrets.outputs.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
export-secrets-to-environment: false

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: master

Expand Down

0 comments on commit 0a536bb

Please sign in to comment.