Skip to content

Commit 1a84bc6

Browse files
chore(deps): bump actions/checkout from 5 to 6 (#322)
1 parent e9affc9 commit 1a84bc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818

1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- name: Install xrandr
2222
run: sudo apt-get update && sudo apt-get install -y x11-xserver-utils imagemagick
2323
if: runner.os == 'Linux'

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818

1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- name: Use Node.js ${{ matrix.node-version }}
2222
uses: actions/setup-node@v6
2323
with:

0 commit comments

Comments
 (0)