diff --git a/.github/workflows/ManualPublish_and_Deployment.yml b/.github/workflows/ManualPublish_and_Deployment.yml index ccfa67d9..9882de9a 100644 --- a/.github/workflows/ManualPublish_and_Deployment.yml +++ b/.github/workflows/ManualPublish_and_Deployment.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Trigger Build Docker Image workflow uses: convictional/trigger-workflow-and-wait@v1.6.1 with: diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 72af07fe..0982dec3 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v5 - name: Compile node uses: addnab/docker-run-action@v2 diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 967c1476..93c4b86f 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@v2 + - uses: actions/checkout@v5 - name: Set-Up run: sudo apt install -y cmake pkg-config libssl-dev git build-essential clang libclang-dev curl diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 0cf964b7..e5c58994 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout Sources - uses: actions/checkout@v3 + uses: actions/checkout@v5 with: fetch-depth: 1 @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout Sources - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Fix permissions run: | @@ -60,4 +60,4 @@ jobs: - name: Run clippy run: | - cargo clippy --release --features on-chain-release-build -- -Dwarnings \ No newline at end of file + cargo clippy --release --features on-chain-release-build -- -Dwarnings diff --git a/.github/workflows/preview-upgrade.yml b/.github/workflows/preview-upgrade.yml index f9d94d98..d5774b0d 100755 --- a/.github/workflows/preview-upgrade.yml +++ b/.github/workflows/preview-upgrade.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - name: Increment spec_version id: version_update run: | diff --git a/.github/workflows/publishondhr.yml b/.github/workflows/publishondhr.yml index 6a898273..6580c583 100644 --- a/.github/workflows/publishondhr.yml +++ b/.github/workflows/publishondhr.yml @@ -10,7 +10,7 @@ jobs: - name: "Free Disk Space (insightsengineering/disk-space-reclaimer)" uses: insightsengineering/disk-space-reclaimer@v1.1.0 - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Log in to Docker Hub uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 diff --git a/.github/workflows/publishondockerhub.yml b/.github/workflows/publishondockerhub.yml index a04abb34..29df6ca2 100644 --- a/.github/workflows/publishondockerhub.yml +++ b/.github/workflows/publishondockerhub.yml @@ -17,7 +17,7 @@ jobs: - name: "Free Disk Space (insightsengineering/disk-space-reclaimer)" uses: insightsengineering/disk-space-reclaimer@v1.1.0 - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Log in to Docker Hub uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9