diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b0db2d..c3b8e04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: steps: # Checkout the repository code - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: '0' submodules: true diff --git a/.github/workflows/helm-publish.yml b/.github/workflows/helm-publish.yml index 20938f7..fd4f00d 100644 --- a/.github/workflows/helm-publish.yml +++ b/.github/workflows/helm-publish.yml @@ -23,7 +23,7 @@ jobs: path: charts/gis-applications steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Helm uses: azure/setup-helm@v4