diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 5a135ed..ea35bc6 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout source code at current commit" - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Get the build version id: get_build_version diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 7511fd2..533748a 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Get the version id: get_version