Skip to content

Commit

Permalink
chore: swap eff-passphrase to use symbolic names instead of shas for …
Browse files Browse the repository at this point in the history
  • Loading branch information
Roguelazer authored Jun 27, 2024
1 parent 993b31c commit 0bc0d64
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
ruby: ["3.0", "3.1", "3.2", "3.3"]
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@v4
- name: Install Ruby and gems
uses: ruby/setup-ruby@3783f195e29b74ae398d7caca108814bbafde90e
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
Expand All @@ -35,16 +35,16 @@ jobs:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@v4
- name: Install Ruby and gems
uses: ruby/setup-ruby@3783f195e29b74ae398d7caca108814bbafde90e
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: "3.2"
- name: Bundle Audit Check
run: bundle exec bundle-audit update && bundle exec bundle-audit check
- name: Setup Python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Run pre-commit
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@v4
- name: Install Ruby and gems
uses: ruby/setup-ruby@3783f195e29b74ae398d7caca108814bbafde90e
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: "3.3"
Expand Down

0 comments on commit 0bc0d64

Please sign in to comment.