diff options
| author | Geremia Taglialatela <[email protected]> | 2022-12-29 11:54:10 +0100 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-03-26 18:45:10 +0200 |
| commit | 24cc40cc2db0b43b0b897e8d1d0a65549e958b3e (patch) | |
| tree | 41995f6d22e78e67753e6101b120d91b8a9d1787 /.github | |
| parent | 6993840648b03aac28b88a3bf20fc66e7d9bf068 (diff) | |
| download | caxlsx-24cc40cc2db0b43b0b897e8d1d0a65549e958b3e.tar.gz caxlsx-24cc40cc2db0b43b0b897e8d1d0a65549e958b3e.zip | |
Update deprecated GitHub action
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e8bcb473..b080211a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: - ruby: jruby-9.4 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install ruby uses: ruby/setup-ruby@v1 |
