]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Merge pull request #820 from rthalley/dependabot/github_actions/actions/setup-python-4
authorBob Halley <halley@dnspython.org>
Sun, 12 Jun 2022 00:25:14 +0000 (17:25 -0700)
committerGitHub <noreply@github.com>
Sun, 12 Jun 2022 00:25:14 +0000 (17:25 -0700)
Bump actions/setup-python from 2 to 4

1  2 
.github/workflows/python-2-2-branch.yml
.github/workflows/python-package.yml

index 484c2f6b5f1888b39bc43eb942e84c2691303fdf,51f13927dc85915f3028a987f6fd69da8a9e8f06..9ea49081bc30b522c46d473b363ccaf1b5ed40c1
@@@ -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
index 3662c150b4305e6ac2b5d7861a12e03ba08e4e4e,2fa34a96f312f28616c6be942d9013a7fa8bfbe7..e76f66fbce35440faedd705562ed384efdd4f6e7
@@@ -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