diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 143cca4..a0ac153 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -20,7 +20,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, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install linux dependencies run: sudo apt-get install -y clang libssl-dev llvm libudev-dev protobuf-compiler diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a600578..1a636f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: persist-credentials: false - uses: taiki-e/create-gh-release-action@v1 @@ -78,7 +78,7 @@ jobs: contents: write steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: persist-credentials: false @@ -132,7 +132,7 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Download the binary from the previous job - name: Download x86_64 linux binary