X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/3b2a7d196bc1984aed194cca26a7900968ce4409..e9681a40dcb3d38b56b301d811bb1c55201fd97e:/.github/workflows/fuzz.yml diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 146277a..8fba67a 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -18,10 +18,10 @@ jobs: python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }}