Commit 5b17c77e authored by Derek Nola's avatar Derek Nola
Browse files

Bump GH actions



Signed-off-by: default avatarDerek Nola <derek.nola@suse.com>
parent 6749ca58
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,10 +14,10 @@ jobs:

    steps:
      - name: Check out the codebase.
        uses: actions/checkout@v2
        uses: actions/checkout@v4

      - name: Set up Python 3.7.
        uses: actions/setup-python@v2
        uses: actions/setup-python@v4
        with:
          python-version: '3.x'