Skip to content

Commit

Permalink
Update dependencies on actions/checkout and actions/cache.
Browse files Browse the repository at this point in the history
The new versions use Node.js 16 (eliminating warnings about Node.js 12
deprecation).
  • Loading branch information
philr committed Oct 12, 2022
1 parent 4525820 commit a75e9bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
TZINFO_GEM: ${{ matrix.tzinfo }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- if: startsWith(matrix.ruby, 'jruby-9.0')
uses: philr/setup-ruby@legacy-v1
with:
Expand All @@ -61,7 +61,7 @@ jobs:
echo "::set-output name=os::`lsb_release -si`"
echo "::set-output name=os_version::`lsb_release -sr`"
- name: Cache tzdb
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: tzdb
key: tzdb-${{ steps.determine_os_version.outputs.os }}-${{ steps.determine_os_version.outputs.os_version }}-${{ steps.determine_tzdata_version.outputs.tzdata_version }}
Expand Down

0 comments on commit a75e9bd

Please sign in to comment.