Skip to content

Commit f49b749

Browse files
committed
update checkout action due to depreciation
1 parent 6306735 commit f49b749

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919
- name: Setup Pages
2020
uses: actions/configure-pages@v4
2121
- run: sudo apt-get install -y python3-matplotlib

0 commit comments

Comments
 (0)