@@ -13,23 +13,23 @@ jobs:
1313 concurrency : build-${{ github.ref}}
1414 if : ${{ !startsWith(github.head_ref, 'version-bump') }}
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - uses : ./.github/actions/setup
1818 - run : yarn build
1919 lint :
2020 runs-on : ubuntu-latest
2121 concurrency : lint-${{ github.ref }}
2222 if : ${{ !startsWith(github.head_ref, 'version-bump') }}
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 - uses : ./.github/actions/setup
2626 - run : yarn lint
2727 test :
2828 concurrency : test-${{ github.ref }}
2929 runs-on : ubuntu-latest
3030 if : ${{ !startsWith(github.head_ref, 'version-bump') }}
3131 steps :
32- - uses : actions/checkout@v5
32+ - uses : actions/checkout@v6
3333 - uses : ./.github/actions/setup
3434 - run : |
3535 # Check for test.only() in test files
5555 runs-on : ubuntu-latest
5656 if : ${{ !startsWith(github.head_ref, 'version-bump') }}
5757 steps :
58- - uses : actions/checkout@v5
58+ - uses : actions/checkout@v6
5959 - uses : ./.github/actions/setup
6060 - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
6161 with :
7878 runs-on : ubuntu-latest
7979 if : ${{ !startsWith(github.head_ref, 'version-bump') }}
8080 steps :
81- - uses : actions/checkout@v5
81+ - uses : actions/checkout@v6
8282 - uses : ./.github/actions/setup
8383 - name : Generate new adapter, build, run the tests
8484 run : |
0 commit comments