diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2383534c..d0fc443c 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 diff --git a/.github/workflows/test-code.yml b/.github/workflows/test-code.yml index b84f356d..84071b7b 100644 --- a/.github/workflows/test-code.yml +++ b/.github/workflows/test-code.yml @@ -21,7 +21,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout Code - 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