From 35ebb085c5202a93fc545efe37322c1a24717781 Mon Sep 17 00:00:00 2001 From: Abbas mkhzomi Date: Thu, 23 May 2024 02:47:41 +0330 Subject: [PATCH] *: update actions/checkout to v4 (#3731) --- _scripts/gen-travis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_scripts/gen-travis.go b/_scripts/gen-travis.go index cd9d454341..04d4c17149 100644 --- a/_scripts/gen-travis.go +++ b/_scripts/gen-travis.go @@ -78,7 +78,7 @@ jobs: - go: {{index .GoVersions 2}} os: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: actions/setup-go@v1 with: go-version: ${{"{{"}}matrix.go{{"}}"}}