Skip to content

Commit 355c8ab

Browse files
Update actions/checkout action to v6 (#90)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 35d25a9 commit 355c8ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ado_artifacts_build.yml

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

1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616
with:
1717
submodules: recursive
1818

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
- uses: actions/setup-java@v5
1717
with:
1818
distribution: 'temurin' # See 'Supported distributions' for available options

0 commit comments

Comments
 (0)