Merge pull request #409 from SamR1/update-ci-actions
CI - update actions version
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/.tests-javascript.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/.tests-javascript.yml
									
									
									
									
										vendored
									
									
								
							@@ -13,9 +13,9 @@ jobs:
 | 
				
			|||||||
  javascript:
 | 
					  javascript:
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v2
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
      - name: Use Node.js 17.x
 | 
					      - name: Use Node.js 17.x
 | 
				
			||||||
        uses: actions/setup-node@v2
 | 
					        uses: actions/setup-node@v3
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          node-version: "17.x"
 | 
					          node-version: "17.x"
 | 
				
			||||||
      - name: Install yarn and dependencies
 | 
					      - name: Install yarn and dependencies
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										8
									
								
								.github/workflows/.tests-python.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/.tests-python.yml
									
									
									
									
										vendored
									
									
								
							@@ -34,7 +34,7 @@ jobs:
 | 
				
			|||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
        python-version:  [ "3.8", "3.9", "3.10", "3.11" ]
 | 
					        python-version:  [ "3.8", "3.9", "3.10", "3.11" ]
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v2
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
      - name: Install Poetry and Dependencies
 | 
					      - name: Install Poetry and Dependencies
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          python -m pip install --upgrade pip
 | 
					          python -m pip install --upgrade pip
 | 
				
			||||||
@@ -76,7 +76,7 @@ jobs:
 | 
				
			|||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
        psql-version:  [ "11", "12", "13", "14" ]
 | 
					        psql-version:  [ "11", "12", "13", "14" ]
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v2
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
      - name: Install Poetry and Dependencies
 | 
					      - name: Install Poetry and Dependencies
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          python -m pip install --upgrade pip
 | 
					          python -m pip install --upgrade pip
 | 
				
			||||||
@@ -114,7 +114,7 @@ jobs:
 | 
				
			|||||||
      EMAIL_URL: "smtp://mailhog:1025"
 | 
					      EMAIL_URL: "smtp://mailhog:1025"
 | 
				
			||||||
      REDIS_URL: "redis://redis:6379"
 | 
					      REDIS_URL: "redis://redis:6379"
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v2
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
      - name: Install Poetry and Dependencies
 | 
					      - name: Install Poetry and Dependencies
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          python -m pip install --upgrade pip
 | 
					          python -m pip install --upgrade pip
 | 
				
			||||||
@@ -161,7 +161,7 @@ jobs:
 | 
				
			|||||||
      HOST: "0.0.0.0"
 | 
					      HOST: "0.0.0.0"
 | 
				
			||||||
      PORT: 5000
 | 
					      PORT: 5000
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v2
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
      - name: Update pip and install build
 | 
					      - name: Update pip and install build
 | 
				
			||||||
        run: python3 -m pip install --upgrade pip build
 | 
					        run: python3 -m pip install --upgrade pip build
 | 
				
			||||||
      - name: Create and source virtual environment
 | 
					      - name: Create and source virtual environment
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user