Skip to content

Commit

Permalink
Update github action version
Browse files Browse the repository at this point in the history
  • Loading branch information
kheiakiyama committed Jan 2, 2024
1 parent b812c9c commit dbb630b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
windows-2019,
]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: |
node --version
npm --version
Expand All @@ -39,7 +39,7 @@ jobs:
windows-2019
]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
azcopy --version | grep 'azcopy'
which azcopy
Expand Down

0 comments on commit dbb630b

Please sign in to comment.