diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2024-01-14 19:21:54 +0100 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2024-01-14 19:21:54 +0100 |
commit | 0e9c2e517affd7b61fc19cc6d4c177bc5a1c96fb (patch) | |
tree | e6c54c5f0bf98c68bbd80b8b523bee3d99724344 /.github/workflows | |
parent | 6bea27368b0010e04fb7c7894064251940eb21b0 (diff) | |
download | bog-0e9c2e517affd7b61fc19cc6d4c177bc5a1c96fb.tar.gz |
* .github/workflows/test.yml: Update CI versions.
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 |