aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
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
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')
-rw-r--r--.github/workflows/codeql.yml2
-rw-r--r--.github/workflows/git.yml2
-rw-r--r--.github/workflows/test.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index fbb867c..bfe9879 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -24,7 +24,7 @@ jobs:
steps:
- name: Checkout code
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
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
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 74c9bde..1ceee00 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Checkout code
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Configure known hosts
if: matrix.platform != 'ubuntu-latest'