Skip to content

Commit 0109d19

Browse files
chore(deps): update github actions (major) to v6
1 parent 759ddb2 commit 0109d19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616

1717
steps:
1818
# Check out repository under $GITHUB_WORKSPACE, so the job can access it
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020

2121
# Run using Python 3.8 for consistency and aiohttp
2222
- name: Set up Python 3.8
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: '3.14'
2626
architecture: 'x64'

0 commit comments

Comments
 (0)