summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2021-01-09 14:21:53 +0100
committerMiklós Fazekas <mfazekas@szemafor.com>2021-01-09 14:21:53 +0100
commit525fb241a4fd9e8e6db0729269f4b9b3c106cb7d (patch)
treef07e501e8fdf1c45c6bce151c087405c6ecaecb1
parent6b69260a70cc31d97694391bf872fa9e49bd5311 (diff)
downloadnet-ssh-525fb241a4fd9e8e6db0729269f4b9b3c106cb7d.tar.gz
Use head instead of 3.0
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index dc30c81..9bb71a0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v1
- name: Set up Ruby ${{ matrix.ruby-version }}
- uses: actions/setup-ruby@v1
+ uses: actions/setup-ruby@c34fe21c5f3bf9e05122d285be9fd3b4b8142850
with:
ruby-version: ${{ matrix.ruby-version }}
- name: Set up Python ${{ matrix.python-version }}