Skip to content

Commit f727fb6

Browse files
Bump actions/checkout from 4 to 5 in /.github/workflows (DynamoDS#16457)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ea6a73 commit f727fb6

11 files changed

+16
-16
lines changed

.github/workflows/Issues_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
outputs:
1818
result: ${{env.content_analysis_response}}
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121

2222
#Detect if the issue_title follows the regex expression
2323
- name: Check Issue Title
@@ -107,7 +107,7 @@ jobs:
107107
acceptable_missing_info: 1
108108
steps:
109109
#Checkout the repo
110-
- uses: actions/checkout@v4
110+
- uses: actions/checkout@v5
111111

112112
#Removes conflicting characters before using the issue content as a script parameter
113113
- name: Remove conflicting chars

.github/workflows/PR_merged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919

2020
# Getting PR information from the commit SHA
2121
- name: Getting PR information

.github/workflows/auto_cherrypick.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
exit 1
7373
fi
7474
shell: bash
75-
- uses: actions/checkout@v4
75+
- uses: actions/checkout@v5
7676
- name: Start Cherrypick
7777
uses: korthout/backport-action@v3
7878
with:

.github/workflows/build_dynamo_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: windows-latest
1313
steps:
1414
- name: Checkout Dynamo Repo
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
with:
1717
path: Dynamo
1818
repository: DynamoDS/Dynamo

.github/workflows/build_dynamo_core.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: windows-latest
1313
steps:
1414
- name: Checkout Dynamo Repo
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
with:
1717
path: Dynamo
1818
repository: DynamoDS/Dynamo
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: windows-latest
5656
steps:
5757
- name: Checkout Dynamo Repo
58-
uses: actions/checkout@v4
58+
uses: actions/checkout@v5
5959
with:
6060
path: Dynamo
6161
repository: DynamoDS/Dynamo
@@ -96,7 +96,7 @@ jobs:
9696
runs-on: ubuntu-latest
9797
steps:
9898
- name: Checkout Dynamo Repo
99-
uses: actions/checkout@v4
99+
uses: actions/checkout@v5
100100
with:
101101
path: Dynamo
102102
- name: Setup dotnet

.github/workflows/check_file_size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@v5
1111
- name: Get changed files
1212
id: get_changed_files
1313
uses: tj-actions/changed-files@v46

.github/workflows/codeql_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v5
4141
- name: Initialize CodeQL
4242
uses: github/codeql-action/init@v3
4343
with:

.github/workflows/dynamo_bin_diff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: windows-latest
1414
steps:
1515
- name: Checkout Dynamo Repo
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
with:
1818
path: Dynamo
1919
repository: DynamoDS/Dynamo
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: windows-latest
6262
steps:
6363
- name: Checkout Dynamo Repo
64-
uses: actions/checkout@v4
64+
uses: actions/checkout@v5
6565
with:
6666
path: master
6767
ref: master

.github/workflows/generate_changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
- name: Generate changelog
2323
id: generate_changelog
2424
uses: metcalfc/changelog-generator@3f82cef08fe5dcf57c591fe165e70e1d5032e15a # v4.6.2

.github/workflows/issue_type_predicter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
# Checkout Dynamo repo
2929
- name: Checkout Dynamo Repo
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131

3232
# Removes quotes before using the issue content as a script parameter
3333
- name: Remove Quotes
@@ -67,7 +67,7 @@ jobs:
6767
# Checkout the IssuesTypePredicter repo (https://github.com/DynamoDS/IssuesTypePredicter)
6868
- name: Checkout IssuesTypePredicter Repo
6969
if: env.analysis_response == 'Valid'
70-
uses: actions/checkout@v4
70+
uses: actions/checkout@v5
7171
with:
7272
repository: DynamoDS/IssuesTypePredicter
7373
path: IssuesTypePredicter

0 commit comments

Comments
 (0)