Skip to content

Commit 9ebea07

Browse files
authored
ci: updating golangci-lint and other workflow action versions. (cloudnative-pg#1016)
Signed-off-by: Danish Khan <danish.khan@enterprisedb.com>
1 parent 41ad911 commit 9ebea07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/continuous-delivery.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ on:
3939
# set up environment variables to be used across all the jobs
4040
env:
4141
GOLANG_VERSION: "1.18.x"
42-
GOLANGCI_LINT_VERSION: "v1.49"
42+
GOLANGCI_LINT_VERSION: "v1.50"
4343
KUBEBUILDER_VERSION: "2.3.1"
4444
KIND_VERSION: "v0.11.0"
4545
ROOK_VERSION: "v1.6.8"

.github/workflows/release-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
-
2525
name: Pull Request
2626
id: open-pr
27-
uses: repo-sync/pull-request@v2.6.2
27+
uses: repo-sync/pull-request@v2.9
2828
with:
2929
destination_branch: ${{ env.DEST }}
3030
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/require-labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-20.04
1717
steps:
1818
- name: Require labels
19-
uses: docker://agilepathway/pull-request-label-checker:v1.0.104
19+
uses: docker://agilepathway/pull-request-label-checker:v1.2.7
2020
with:
2121
any_of: "ok to merge :ok_hand:"
2222
none_of: do not merge

0 commit comments

Comments
 (0)