Skip to content

Commit 1aa19cc

Browse files
authored
Merge pull request #1449 from stackhpc/lint-actions-checkout
Bump actions/checkout to v4
2 parents 07f0078 + 12a4c0e commit 1aa19cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stackhpc-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
7878
steps:
7979
- name: GitHub Checkout 🛎
80-
uses: actions/checkout@v3
80+
uses: actions/checkout@v4
8181

8282
- name: Setup Python ${{ matrix.python-version }} 🐍
8383
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)