From 8dee3d37dabcc945e8f0605c9b4206cf38874434 Mon Sep 17 00:00:00 2001 From: div72 Date: Tue, 7 May 2024 22:38:56 +0300 Subject: [PATCH] cd: bump action versions Same rationale as 9bf30dae5. --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 21db6e3bed..09c246137c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -18,11 +18,11 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: current time for cache run: echo "TIMESTAMP=$(date +%s)" >> $GITHUB_ENV - name: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./depends/built