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 03a1885 commit 61ba239Copy full SHA for 61ba239
.github/workflows/container.yaml
@@ -26,7 +26,7 @@ jobs:
26
27
steps:
28
- name: Checkout repository
29
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
30
31
- name: Set up Go
32
uses: actions/setup-go@v5
.github/workflows/e2e.yaml
@@ -68,7 +68,7 @@ jobs:
68
TEST_BITBUCKET_SERVER_USER: pipelines
69
TEST_BITBUCKET_SERVER_E2E_REPOSITORY: PAC/pac-e2e-tests
70
71
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
72
with:
73
ref: ${{ inputs.target_ref || github.event.pull_request.head.sha || github.sha }}
74
0 commit comments