From: Bob Halley Date: Sun, 12 Jun 2022 00:25:14 +0000 (-0700) Subject: Merge pull request #820 from rthalley/dependabot/github_actions/actions/setup-python-4 X-Git-Tag: v2.3.0rc1~59 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0be00e737782fdf59619e776d660abf432591840;p=thirdparty%2Fdnspython.git Merge pull request #820 from rthalley/dependabot/github_actions/actions/setup-python-4 Bump actions/setup-python from 2 to 4 --- 0be00e737782fdf59619e776d660abf432591840 diff --cc .github/workflows/python-2-2-branch.yml index 484c2f6b,51f13927..9ea49081 --- a/.github/workflows/python-2-2-branch.yml +++ b/.github/workflows/python-2-2-branch.yml @@@ -32,9 -32,9 +32,9 @@@ jobs python-version: "3.6" 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@v4 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --cc .github/workflows/python-package.yml index 3662c150,2fa34a96..e76f66fb --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@@ -32,9 -32,9 +32,9 @@@ jobs python-version: "3.7" 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@v4 with: python-version: ${{ matrix.python-version }} - name: Install dependencies