diff --git a/.github/workflows/golang.yml b/.github/workflows/golang.yml index de2bc5b..6498db4 100644 --- a/.github/workflows/golang.yml +++ b/.github/workflows/golang.yml @@ -31,7 +31,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 name: Checkout code - name: Get Golang version id: vars @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Get Golang version id: vars run: | @@ -69,7 +69,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 name: Checkout code - name: Get Golang version id: vars diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 0db68fe..b4766d4 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -35,7 +35,7 @@ jobs: matrix: dist: [distroless] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 name: Check out code - name: Calculate build vars id: vars