diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8e508c9..5d93c21a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Running golangci-lint - name: Linting diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0bbad784..67188a80 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 47c066af..6ca59a8a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup go diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 7f11dac0..7787dade 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.1.0 with: fetch-depth: 0 - diff --git a/.github/workflows/jsonschema.yml b/.github/workflows/jsonschema.yml index b8246c53..d2595b75 100644 --- a/.github/workflows/jsonschema.yml +++ b/.github/workflows/jsonschema.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-22.04 container: python:3.11-alpine3.16 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Test run: | pip install jsonschema==4.14.0