From 5878e76bab175eb68261dea9dc78b914053f4a62 Mon Sep 17 00:00:00 2001 From: Tuan Tran Date: Tue, 23 Jan 2024 15:43:27 +0700 Subject: [PATCH] build: bump gh actions --- .github/workflows/icq-relayer-build-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/icq-relayer-build-test.yml b/.github/workflows/icq-relayer-build-test.yml index f1a49f8b4..46ade571d 100644 --- a/.github/workflows/icq-relayer-build-test.yml +++ b/.github/workflows/icq-relayer-build-test.yml @@ -9,7 +9,7 @@ jobs: os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-go@v4 with: go-version: ${{ matrix.go-version }} @@ -23,7 +23,7 @@ jobs: os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-go@v4 with: go-version: ${{ matrix.go-version }}