Compare commits

...

12 Commits

Author SHA1 Message Date
argoyle f53aba6b7b Merge pull request 'chore(deps): update actions/checkout action to v6' (#261) from renovate/actions-checkout-6.x into main
robotframework / build (push) Successful in 5m16s
Reviewed-on: #261
2026-01-08 17:36:42 +00:00
argoyle e8111cf9e2 Merge pull request 'chore(deps): update dependency urllib3 to v2.6.3' (#259) from renovate/urllib3-2.x into main
robotframework / build (push) Successful in 6m13s
Reviewed-on: #259
2026-01-08 15:27:17 +00:00
renovate 4680cb1d57 chore(deps): update actions/checkout action to v6
robotframework / build (pull_request) Successful in 4m50s
2026-01-08 15:13:16 +00:00
renovate c2cd1d2d92 chore(deps): update dependency urllib3 to v2.6.3
robotframework / build (pull_request) Successful in 9m13s
2026-01-08 15:12:57 +00:00
argoyle a7a5b39b83 Merge pull request 'feat: migrate from GitLab CI to Gitea Actions' (#260) from feat/gitea-actions into main
robotframework / build (push) Successful in 7m7s
Reviewed-on: #260
2026-01-08 14:47:09 +00:00
argoyle b053a7d247 feat: migrate from GitLab CI to Gitea Actions 2026-01-08 15:43:21 +01:00
argoyle 99dd71a56f Merge branch 'renovate/python-3.14.2-slim' into 'master'
chore(deps): update python:3.14.2-slim docker digest to 3955a7d

See merge request unboundsoftware/robotframework!255
2026-01-03 14:54:43 +01:00
Renovate 79db3015f3 chore(deps): update python:3.14.2-slim docker digest to 3955a7d 2026-01-02 17:04:38 +00:00
argoyle a2f88a4d5d Merge branch 'renovate/python-3.14.2-slim' into 'master'
chore(deps): update python:3.14.2-slim docker digest to f7864aa

See merge request unboundsoftware/robotframework!254
2025-12-31 01:02:49 +01:00
Renovate 2f7bc76a13 chore(deps): update python:3.14.2-slim docker digest to f7864aa 2025-12-30 23:03:04 +00:00
argoyle 884ff1ca8f Merge branch 'renovate/python-3.14.2-slim' into 'master'
chore(deps): update python:3.14.2-slim docker digest to aa5be11

See merge request unboundsoftware/robotframework!252
2025-12-30 16:03:03 +01:00
Renovate d430157bf4 chore(deps): update python:3.14.2-slim docker digest to aa5be11 2025-12-30 05:04:20 +00:00
3 changed files with 21 additions and 2 deletions
+19
View File
@@ -0,0 +1,19 @@
name: robotframework
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
env:
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
GITEA_REPOSITORY: ${{ gitea.repository }}
steps:
- uses: actions/checkout@v6
- uses: buildtool/setup-buildtools-action@v1
- name: Build and push
run: unset GITEA_TOKEN && build && push
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.14.2-slim@sha256:2751cbe93751f0147bc1584be957c6dd4c5f977c3d4e0396b56456a9fd4ed137
FROM python:3.14.2-slim@sha256:3955a7dd66ccf92b68d0232f7f86d892eaf75255511dc7e98961bdc990dc6c9b
ARG TARGETOS
ARG TARGETARCH
+1 -1
View File
@@ -1,7 +1,7 @@
robotframework==7.4.1
robotframework-browser==19.12.3
robotframework-seleniumlibrary==6.8.0
urllib3==2.6.2
urllib3==2.6.3
psycopg[binary]==3.3.2
PyMySQL==1.1.2
robotframework-appiumlibrary==3.2.1