chore(deps): update actions/checkout action to v4.3.0 #16
@@ -12,7 +12,7 @@ jobs:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Check out repository code
 | 
			
		||||
        uses: actions/checkout@v4.2.2
 | 
			
		||||
        uses: actions/checkout@v4.3.0
 | 
			
		||||
        with:
 | 
			
		||||
          fetch-depth: 0
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -45,7 +45,7 @@ jobs:
 | 
			
		||||
          REPO: ${{ gitea.repository }}
 | 
			
		||||
 | 
			
		||||
      - name: Check out repository
 | 
			
		||||
        uses: actions/checkout@v4.2.2
 | 
			
		||||
        uses: actions/checkout@v4.3.0
 | 
			
		||||
        with:
 | 
			
		||||
          fetch-depth: 0
 | 
			
		||||
          ref: ${{ needs.tag.outputs.tag_name }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user