From e971b1f5b2abf9b56fc1d89f7ed7750884ba8b52 Mon Sep 17 00:00:00 2001 From: Mani Arasteh Date: Sat, 1 Jun 2024 21:07:22 +0330 Subject: [PATCH] Update pages.yml --- .github/workflows/pages.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 37c8759..505b54e 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -10,10 +10,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@latest - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@latest with: # Change your go version as needed go-version: 1.17 @@ -22,7 +22,7 @@ jobs: run: go build -v ./... - name: Upload artifact for deployment jobs - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@latest with: name: go-app path: | @@ -37,7 +37,7 @@ jobs: steps: - name: Downloading Artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@latest with: name: go-app path: .