Skip to content

Commit 1db5645

Browse files
committed
feat: bump used actions versions
1 parent 8665df4 commit 1db5645

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
using: 'composite'
2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626

2727
- name: Login to GitHub Container Registry
2828
run: docker login ghcr.io -u ${{ inputs.ghcr_username }} -p ${{ inputs.ghcr_token }}
@@ -60,7 +60,7 @@ runs:
6060
run: docker run --rm --privileged -v ${{ github.workspace }}:/work -w="/work" ${{ inputs.docker_image }} -y '${{ steps.select_config.outputs.CONFIG_FILE }}' ${{ steps.md_files_list.outputs.MD_FILES }}
6161
shell: bash
6262

63-
- uses: actions/upload-artifact@v4
63+
- uses: actions/upload-artifact@v6
6464
with:
6565
name: "${{ steps.repository_name.outputs.REPO_NAME }}"
6666
path: |

0 commit comments

Comments
 (0)