aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/git.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-25 13:30:55 +0000
committerGitHub <noreply@github.com>2023-10-25 13:30:55 +0000
commit06df36caa7a98d76c5555ee1ec7bc1e04ddd4a89 (patch)
tree8b5147d55491e4a85cbae6b69e6380acd92c39db /.github/workflows/git.yml
parent94671f8812af4bc35e2e161ea74b8ea06e7e2ed0 (diff)
downloadgo-git-06df36caa7a98d76c5555ee1ec7bc1e04ddd4a89.tar.gz
build: bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/git.yml')
-rw-r--r--.github/workflows/git.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/git.yml b/.github/workflows/git.yml
index 68776fc..c6eff08 100644
--- a/.github/workflows/git.yml
+++ b/.github/workflows/git.yml
@@ -22,7 +22,7 @@ jobs:
go-version: 1.21.x
- name: Checkout code
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Install build dependencies
run: sudo apt-get update && sudo apt-get install gettext libcurl4-openssl-dev