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/publish-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env:
DO_DOWNLOAD: ${{ fromJSON(inputs.publishContext).files != null }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
if: ${{ env.DO_DOWNLOAD == 'true' }}
- uses: actions/[email protected]
if: ${{ env.DO_DOWNLOAD == 'true' }}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
permissions:
actions: none
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/[email protected]
with:
node-version: "20.x"
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
permissions:
actions: none
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/[email protected]
with:
node-version: "20.x"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
actions: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/[email protected]
with:
node-version: "20.x"
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
actions: none
if: ${{ !github.event.inputs.extensions }} # only run on full runs
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/[email protected]
with:
node-version: "18.x"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
full_name: ${{ github.event.repository.full_name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
repository: ${{ github.event.workflow_run.head_repository.full_name }}
ref: ${{ github.event.workflow_run.head_branch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Validate PR
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/[email protected]
with:
node-version: "18.x"
Expand Down
Loading