We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c04374 commit e8fbaa6Copy full SHA for e8fbaa6
.github/workflows/default.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Check out the repo
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
17
18
- name: Docker meta
19
id: meta
.github/workflows/nightly.yml
@@ -12,7 +12,7 @@ jobs:
12
java: [17]
- name: Checkout GitBucket repo
with:
repository: gitbucket/gitbucket
path: gitbucket
@@ -34,7 +34,7 @@ jobs:
34
sbt executable
35
36
37
38
39
path: docker
40
0 commit comments