We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd3837f commit 774358cCopy full SHA for 774358c
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout code
13
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
14
15
- name: Set up Ruby
16
uses: ruby/setup-ruby@v1
@@ -38,7 +38,7 @@ jobs:
38
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y build-essential git libyaml-dev pkg-config
39
40
41
42
43
44
0 commit comments