diff --git a/.github/workflows/ci.pr.yaml b/.github/workflows/ci.pr.yaml index 48a1a49..254cd72 100644 --- a/.github/workflows/ci.pr.yaml +++ b/.github/workflows/ci.pr.yaml @@ -18,7 +18,7 @@ jobs: - name: Checkout current git repository uses: actions/checkout@v7 - name: Set up go environment - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 - name: Install actionlint run: go install github.com/rhysd/actionlint/cmd/actionlint@v1.6.23 - name: Run actionlint