Skip to content

Commit

Permalink
undo kanga
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahramadan committed Aug 2, 2024
1 parent ee84b28 commit 235cbeb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ actions/checkout:
:sha: 692973e3d937129bcbf40652eb9f2f61becf3332
kanga333/variable-mapper:
:tag: v0.3.0
:sha: c140b458cb69bd8c9c5eccd41e83aadc597c1352 # This commit is not on the main branch. It uses Node.js 20, which is needed to stop deprecation warnings.
:sha: 3681b75f5c6c00162721168fb91ab74925eaebcb
actions/cache:
:tag: v3.3.1
:sha: 88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Configure git
run: 'git config --global init.defaultBranch main'
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # tag v4.1.2
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7
- uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # tag v1.190.0
with:
ruby-version: '3.3'
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}

- name: Set up mini-envs for ruby version
uses: kanga333/variable-mapper@c140b458cb69bd8c9c5eccd41e83aadc597c1352 # tag v0.3.0
uses: kanga333/variable-mapper@3681b75f5c6c00162721168fb91ab74925eaebcb # tag v0.3.0
with:
key: ${{ matrix.ruby-version }}
map: |
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
steps:
- name: Configure git
run: 'git config --global init.defaultBranch main'
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # tag v4.1.2
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7
- uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # tag v1.190.0
with:
ruby-version: '3.3'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Configure git
run: 'git config --global init.defaultBranch main'
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # tag v4.1.2
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7
- uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # tag v1.190.0
with:
ruby-version: '3.3'
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}

- name: Set up mini-envs for ruby version
uses: kanga333/variable-mapper@c140b458cb69bd8c9c5eccd41e83aadc597c1352 # tag v0.3.0
uses: kanga333/variable-mapper@3681b75f5c6c00162721168fb91ab74925eaebcb # tag v0.3.0
with:
key: ${{ matrix.ruby-version }}
map: |
Expand Down

0 comments on commit 235cbeb

Please sign in to comment.