We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9affc9 commit 1a84bc6Copy full SHA for 1a84bc6
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ${{ matrix.os }}
18
19
steps:
20
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
21
- name: Install xrandr
22
run: sudo apt-get update && sudo apt-get install -y x11-xserver-utils imagemagick
23
if: runner.os == 'Linux'
.github/workflows/lint.yml
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
0 commit comments