Skip to content

Commit 05e41a8

Browse files
authored
Merge pull request FoundationAgents#739 from tboy1337/version
Updated environment-corrupt-check.yaml to use newer versions of github actions
2 parents 3060c6b + c076ec0 commit 05e41a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/environment-corrupt-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
fail-fast: false
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v4
25+
uses: actions/setup-python@v5
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Upgrade pip

0 commit comments

Comments
 (0)