aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorPaulo Gomes <pjbgf@linux.com>2023-10-26 07:01:56 +0100
committerGitHub <noreply@github.com>2023-10-26 07:01:56 +0100
commit82da3d3a430832f35bf1705e4d1e4e2beeb83564 (patch)
tree286d38d9a1856bb61cd3a68a300f1b432534df27 /.github/workflows/test.yml
parente78b48600318b3f51bebeeffc7fd6401532b2695 (diff)
parent06df36caa7a98d76c5555ee1ec7bc1e04ddd4a89 (diff)
downloadgo-git-82da3d3a430832f35bf1705e4d1e4e2beeb83564.tar.gz
Merge pull request #890 from go-git/dependabot/github_actions/actions/checkout-4
build: bump actions/checkout from 3 to 4
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index ef9624a..875dda7 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'