diff options
author | Carlo Sala <carlosalag@protonmail.com> | 2023-01-13 12:40:47 +0100 |
---|---|---|
committer | Carlo Sala <carlosalag@protonmail.com> | 2023-01-13 12:40:47 +0100 |
commit | ec0003f2faaf45e8e11660c5b66e98d10d462ee5 (patch) | |
tree | fda3748ce53392bfc885334f619b0aacfedf58aa /.github | |
parent | 6dc6646d529a7dc6a1d8e1a2c1507dff7e528c8d (diff) | |
download | zsh-ec0003f2faaf45e8e11660c5b66e98d10d462ee5.tar.gz zsh-ec0003f2faaf45e8e11660c5b66e98d10d462ee5.tar.bz2 zsh-ec0003f2faaf45e8e11660c5b66e98d10d462ee5.zip |
ci: update to `checkout@v3` to avoid warnings
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 57a1e3833..8ee2df3d8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ on: branches: - master push: - branches: + branches: - master concurrency: @@ -27,7 +27,7 @@ jobs: os: [ubuntu-latest, macos-latest] steps: - name: Set up git repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install zsh if: runner.os == 'Linux' run: sudo apt-get update; sudo apt-get install zsh |