diff --git a/.github/workflows/build-and-cache.yaml b/.github/workflows/build-and-cache.yaml index 0bbb899..5a372bc 100644 --- a/.github/workflows/build-and-cache.yaml +++ b/.github/workflows/build-and-cache.yaml @@ -18,7 +18,7 @@ jobs: group: build_and_cache cancel-in-progress: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Get the tag name id: get_tag_name run: | diff --git a/.github/workflows/develop.yaml b/.github/workflows/develop.yaml index ede8848..1b1ec6f 100644 --- a/.github/workflows/develop.yaml +++ b/.github/workflows/develop.yaml @@ -15,7 +15,7 @@ jobs: group: build_develop cancel-in-progress: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Get the tag name id: get_tag_name run: | diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index 341f11b..794eaa5 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -15,7 +15,7 @@ jobs: group: build_production cancel-in-progress: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Get the tag name id: get_tag_name run: |