diff --git a/.github/workflows/pull-listener-pkg.yml b/.github/workflows/pull-listener-pkg.yml index 96f61b3..cbffca8 100644 --- a/.github/workflows/pull-listener-pkg.yml +++ b/.github/workflows/pull-listener-pkg.yml @@ -9,7 +9,7 @@ jobs: run: working-directory: ./listener steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-go@v4 with: go-version: '1.21' diff --git a/.github/workflows/pull-runtime-watcher.yml b/.github/workflows/pull-runtime-watcher.yml index 7123c32..eb8e8ba 100644 --- a/.github/workflows/pull-runtime-watcher.yml +++ b/.github/workflows/pull-runtime-watcher.yml @@ -9,7 +9,7 @@ jobs: run: working-directory: ./runtime-watcher steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-go@v4 with: go-version: '1.21'