We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0916f8e commit 1a579a3Copy full SHA for 1a579a3
.github/workflows/build-and-deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
- uses: ruby/setup-ruby@v1
17
with:
18
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
.github/workflows/validate-projects.yml
@@ -13,7 +13,7 @@ jobs:
validate-yaml:
- name: get go-yq
run: |
19
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O yq
0 commit comments