From 7c47a55d74034819ded0cffdb88233aacdb7b417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Mon, 13 May 2024 00:54:11 +0900 Subject: [PATCH] fix(workflow): pr not work properly --- .github/workflows/pull.yml | 4 +++- data | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 52b6d117c0..844d450d44 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -29,7 +29,9 @@ jobs: go-version: '1.20' - name: Check out code into the Go module directory - uses: actions/checkout@master + uses: actions/checkout@v4 + with: + ref: ${{ github.event.pull_request.head.sha }} - name: golangci-lint uses: golangci/golangci-lint-action@master diff --git a/data b/data index 9b983625ca..69b0c8a9fc 160000 --- a/data +++ b/data @@ -1 +1 @@ -Subproject commit 9b983625cad379783e3f9cda8026f9a7a6c38132 +Subproject commit 69b0c8a9fc24214db185aeccd6836ee9d38e7c3a