Skip to content

Commit 873c08e

Browse files
chore(deps): update github pipeline dependencies to v5
1 parent e928ffc commit 873c08e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy-checkly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
contents: read
3636

3737
steps:
38-
- uses: actions/setup-node@v4
38+
- uses: actions/setup-node@v5
3939
with:
4040
node-version: 22.x
4141

.github/workflows/reusable-jira-workflow-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
steps:
5757
- name: Checkout
58-
uses: actions/checkout@v4
58+
uses: actions/checkout@v5
5959

6060
- name: Test Jira Extraction
6161
id: extract

.github/workflows/reusable-renovate-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
version: 10
5656

5757
- name: Use Node.js 22
58-
uses: actions/setup-node@v4
58+
uses: actions/setup-node@v5
5959
with:
6060
node-version: 22
6161

az-artifact-authenticate/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ runs:
5656
subscription-id: ${{ inputs.subscription-id || fromJSON(inputs.variables).AZURE_SUBSCRIPTION_ID }}
5757

5858
- name: Setup .NET Core
59-
uses: actions/setup-dotnet@v4
59+
uses: actions/setup-dotnet@v5
6060
with:
6161
source-url: ${{ inputs.feed-url }}
6262
config-file: ${{ inputs.nuget-config-path }}

0 commit comments

Comments
 (0)