From 9047806df84c3e5931f47d90fe8bdec8e4422081 Mon Sep 17 00:00:00 2001 From: Grace Do Date: Wed, 5 Aug 2026 16:01:34 -0700 Subject: [PATCH] build: Update actions --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/goreleaser.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b0698c4..274a05e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index f134528..9d2b0fe 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -16,12 +16,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install asdf and tools - uses: asdf-vm/actions/install@v1 + uses: asdf-vm/actions/install@v4 - name: Create GitHub release run: make release