diff options
author | Paulo Gomes <pjbgf@linux.com> | 2023-03-02 21:15:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-02 21:15:06 +0000 |
commit | 3389b571c09bdc919d2acf31055996534ef96c69 (patch) | |
tree | e7e81fda9ade879ab6cd2aeabb46f4fa37d5c351 /.github/workflows/test.yml | |
parent | e051b182abd14eb658d872bc1cfdabbdc056bbbd (diff) | |
parent | eea852163223637049cc1b3636daf160169b7bd2 (diff) | |
download | go-git-3389b571c09bdc919d2acf31055996534ef96c69.tar.gz |
Merge pull request #697 from pjbgf/bump-deps
Bump dependencies
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b576d38..a7b614b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,8 @@ on: [push, pull_request] name: Test +permissions: + contents: read + jobs: version-matrix: strategy: |