From 8f0333e0c950357e35c9358d9bb9a82dfd5298dc Mon Sep 17 00:00:00 2001 From: Mathias Schopmans Date: Mon, 11 Mar 2024 10:52:18 +0100 Subject: [PATCH] ci: update github actions in workflows/semanticore.yml --- .github/workflows/semanticore.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/semanticore.yml b/.github/workflows/semanticore.yml index 2b662f8..5d316ec 100644 --- a/.github/workflows/semanticore.yml +++ b/.github/workflows/semanticore.yml @@ -9,11 +9,11 @@ jobs: runs-on: ubuntu-latest name: Semanticore steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: 1.* - name: Semanticore