Skip to content

Commit 5ce3bdc

Browse files
petergoldsteinpostmodern
authored andcommitted
Update actions to eliminate Node v12 deprecation warnings
1 parent 6d630c0 commit 5ce3bdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
name: Linter
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- name: Set up Ruby
1616
uses: ruby/setup-ruby@v1
1717
with:
@@ -21,7 +21,7 @@ jobs:
2121
- name: Validate YAML
2222
run: bundle exec rake lint
2323
- name: Set up Python
24-
uses: actions/setup-python@v2
24+
uses: actions/setup-python@v4
2525
with:
2626
python-version: 3.8
2727
- name: Install python dependencies

0 commit comments

Comments
 (0)