Skip to content

Commit f74aa68

Browse files
committed
Update GH actions versions
1 parent cfcbb58 commit f74aa68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
name: Ansible ${{ matrix.ansible }} lint with Python ${{ matrix.python }}
1818
steps:
1919
- name: GitHub Checkout 🛎
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121

2222
- name: Setup Python ${{ matrix.python-version }} 🐍
23-
uses: actions/setup-python@v4
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: ${{ matrix.python }}
2626

0 commit comments

Comments
 (0)