diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c8f1156..780dd44 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -16,7 +16,7 @@ jobs: docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build image run: | diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index ccf6afb..f159d34 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -20,7 +20,7 @@ jobs: go-version: '1.21' - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run Revive Action uses: docker://morphy/revive-action:v2