Skip to content
This repository was archived by the owner on Jul 20, 2024. It is now read-only.

Commit e681483

Browse files
Update actions/checkout action to v4 (#21)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f2b5787 commit e681483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
timeout-minutes: 2
2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
- run: docker buildx build -t gitbucket .
2828
- run: docker run -d -p 8080:8080 --name gitbucket gitbucket
2929
- run: |

0 commit comments

Comments
 (0)