1616
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v6
2020
2121 - name : Install Dependencies
2222 run : |
2727 run : ./build.sh update-templates
2828
2929 - name : Commit and Push Changes
30- uses : stefanzweifel/git-auto-commit-action@v5
30+ uses : stefanzweifel/git-auto-commit-action@v7
3131 with :
3232 commit_message : " Chore: Update translation templates"
3333 file_pattern : " gnome-extensions/translation/"
4242
4343 steps :
4444 - name : Checkout repository
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v6
4646
4747 - name : Install Dependencies
4848 run : sudo apt-get update && sudo apt-get install -y jq
7777
7878 steps :
7979 - name : Checkout repository
80- uses : actions/checkout@v4
80+ uses : actions/checkout@v6
8181 with :
8282 fetch-depth : 0
8383
@@ -102,7 +102,7 @@ jobs:
102102 run : echo "ASSET_NAME=$(jq -r '.uuid' gnome-extensions/extension/metadata.json).zip" >> $GITHUB_ENV
103103
104104 - name : Create GitHub Release
105- uses : softprops/action-gh-release@v2
105+ uses : softprops/action-gh-release@v3
106106 with :
107107 tag_name : v${{ env.RELEASE_VERSION }}
108108 name : ${{ github.event.head_commit.message }}
@@ -117,7 +117,7 @@ jobs:
117117
118118 steps :
119119 - name : Checkout repository
120- uses : actions/checkout@v4
120+ uses : actions/checkout@v6
121121 with :
122122 fetch-depth : 0
123123
@@ -139,7 +139,7 @@ jobs:
139139 mv "$ORIGINAL_ZIP" "$RENAMED_ZIP"
140140
141141 - name : Upload to GNOME Extensions
142- uses : murar8/gnome-extensions-action@0 .1.0
142+ uses : murar8/gnome-extensions-action@v0 .1.1
143143 with :
144144 username : ${{ secrets.GNOME_USERNAME }}
145145 password : ${{ secrets.GNOME_PASSWORD }}
@@ -154,7 +154,7 @@ jobs:
154154
155155 steps :
156156 - name : Checkout repository
157- uses : actions/checkout@v4
157+ uses : actions/checkout@v6
158158 with :
159159 fetch-depth : 0
160160
@@ -164,7 +164,7 @@ jobs:
164164 git fetch --tags origin
165165
166166 - name : Setup SSH Agent
167- uses : webfactory/ssh-agent@v0.9 .0
167+ uses : webfactory/ssh-agent@v0.10 .0
168168 with :
169169 ssh-private-key : ${{ secrets.KEY_GITHUB_GITLAB_SYNC }}
170170
0 commit comments