diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 2dc12f6..8170822 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -18,7 +18,7 @@ jobs: - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: Check out repository code - uses: https://git.0orz.top/actions/checkout@v6 + uses: https://git.0orz.top/actions/checkout@v6.0.2 with: fetch-depth: 1 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." @@ -30,7 +30,7 @@ jobs: run: | go version - name: Run golangci-lint - uses: https://git.0orz.top/golangci/golangci-lint-action@v9 + uses: https://git.0orz.top/golangci/golangci-lint-action@v9.2.0 - name: Tests run: | cd ${{ gitea.workspace }}