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:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v2
 | 
			
		||||
      - uses: actions/checkout@v3
 | 
			
		||||
      - name: Use Node.js 17.x
 | 
			
		||||
        uses: actions/setup-node@v2
 | 
			
		||||
        uses: actions/setup-node@v3
 | 
			
		||||
        with:
 | 
			
		||||
          node-version: "17.x"
 | 
			
		||||
      - 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:
 | 
			
		||||
        python-version:  [ "3.8", "3.9", "3.10", "3.11" ]
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v2
 | 
			
		||||
      - uses: actions/checkout@v3
 | 
			
		||||
      - name: Install Poetry and Dependencies
 | 
			
		||||
        run: |
 | 
			
		||||
          python -m pip install --upgrade pip
 | 
			
		||||
@@ -76,7 +76,7 @@ jobs:
 | 
			
		||||
      matrix:
 | 
			
		||||
        psql-version:  [ "11", "12", "13", "14" ]
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v2
 | 
			
		||||
      - uses: actions/checkout@v3
 | 
			
		||||
      - name: Install Poetry and Dependencies
 | 
			
		||||
        run: |
 | 
			
		||||
          python -m pip install --upgrade pip
 | 
			
		||||
@@ -114,7 +114,7 @@ jobs:
 | 
			
		||||
      EMAIL_URL: "smtp://mailhog:1025"
 | 
			
		||||
      REDIS_URL: "redis://redis:6379"
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v2
 | 
			
		||||
      - uses: actions/checkout@v3
 | 
			
		||||
      - name: Install Poetry and Dependencies
 | 
			
		||||
        run: |
 | 
			
		||||
          python -m pip install --upgrade pip
 | 
			
		||||
@@ -161,7 +161,7 @@ jobs:
 | 
			
		||||
      HOST: "0.0.0.0"
 | 
			
		||||
      PORT: 5000
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v2
 | 
			
		||||
      - uses: actions/checkout@v3
 | 
			
		||||
      - name: Update pip and install build
 | 
			
		||||
        run: python3 -m pip install --upgrade pip build
 | 
			
		||||
      - name: Create and source virtual environment
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user