Skip to content

Commit

Permalink
updated checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyTeichman committed May 15, 2024
1 parent 2d4c6df commit 0666aba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
(Get-CimInstance Win32_PageFileUsage).AllocatedBaseSize
- name: Get repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: apt-get update (Linux)
if: runner.os == 'Linux'
run: sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: [ ubuntu-latest ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.VID_CHECKSUM_PAT }}
- name: Install dev requirements
Expand Down

0 comments on commit 0666aba

Please sign in to comment.