diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4ad449e..848b4c3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,11 +22,12 @@ jobs: - 27.2 - 28.1 - 28.2 + - 29.1 - release-snapshot - snapshot steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: persist-credentials: false |